#2827bd

Color #2827BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2827BD

Tints of Persian Blue #2827BD

Color information

#2827BD (or 0x2827BD) is unknown color: approx Persian Blue. HEX triplet: 28, 27 and BD. RGB value is (40,39,189). Sum of RGB (Red+Green+Blue) = 40+39+189=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #2827BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827BD is #D7D842. Grayscale: #373737. Windows color (decimal): -14145603 or 12396328. OLE color: 12396328.

HSL color Cylindrical-coordinate representation of color #2827BD: hue angle of 240.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2827BD is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4039189-
CMYK0.790.7900.26
HSL240.4º65.79%44.71%-
HSV(B)240.4º79.37%74.12%-
XYZ10.795.5848.65-
YUV56.4202.83116.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 189 (74.22% from 255) = 70.52%
R=14.93%
G=14.55%
B=70.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40391890.790.7900.26240.465.7944.71
Hex2827BD4F4F01Af0422d
Octal504727511711703236010255
Binary1010001001111011110110011111001111011010111100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2827bd; }

 p { color: rgb(40,39,189); }

 H1.HeaderClassName
 {
   color: #2827bd;
 }
 .AnyTagClassName
 {
   color: #2827bd;
 }
</style>
background-color css

<style>
 a { background-color: #2827bd; }

 a { background-color: rgb(40,39,189); }

 div.DivClassName
 {
   background-color: #2827bd;
 }
 .BgClassName
 {
   background-color: #2827bd;
 }
</style>
border-color css

<style>
 span { border-color: #2827bd; }

 span { border-color: rgb(40,39,189); }

 td.TdClassName
 {
   border-color: #2827bd;
 }
 .TagClassName
 {
   border-color: #2827bd;
 }
</style>