#212FB8

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

Shades of Persian Blue #212FB8

Tints of Persian Blue #212FB8

Color information

#212FB8 (or 0x212FB8) is unknown color: approx Persian Blue. HEX triplet: 21, 2F and B8. RGB value is (33,47,184). Sum of RGB (Red+Green+Blue) = 33+47+184=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #212FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FB8 is #DED047. Grayscale: #393939. Windows color (decimal): -14602312 or 12070689. OLE color: 12070689.

HSL color Cylindrical-coordinate representation of color #212FB8: hue angle of 234.44º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212FB8 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3347184-
CMYK0.820.7400.28
HSL234.44º69.59%42.55%-
HSV(B)234.44º82.07%72.16%-
XYZ10.35.8245.93-
YUV58.43198.86109.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 184 (72.27% from 255) = 69.70%
R=12.5%
G=17.80%
B=69.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33471840.820.7400.28234.4469.5942.55
Hex212FB8524A01Cea462b
Octal415727012211203435210653
Binary1000011011111011100010100101001010011100111010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212FB8; }

 p { color: rgb(33,47,184); }

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

<style>
 a { background-color: #212FB8; }

 a { background-color: rgb(33,47,184); }

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

<style>
 span { border-color: #212FB8; }

 span { border-color: rgb(33,47,184); }

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