#212EB8

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

Shades of Persian Blue #212EB8

Tints of Persian Blue #212EB8

Color information

#212EB8 (or 0x212EB8) is unknown color: approx Persian Blue. HEX triplet: 21, 2E and B8. RGB value is (33,46,184). Sum of RGB (Red+Green+Blue) = 33+46+184=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 184 (72.27% from 255 or 69.96% from 263); Max value from RGB is 184 - color contains mainly: blue. Hex color #212EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EB8 is #DED147. Grayscale: #393939. Windows color (decimal): -14602568 or 12070433. OLE color: 12070433.

HSL color Cylindrical-coordinate representation of color #212EB8: hue angle of 234.83º 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 #212EB8 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3346184-
CMYK0.820.7500.28
HSL234.83º69.59%42.55%-
HSV(B)234.83º82.07%72.16%-
XYZ10.265.7445.91-
YUV57.84199.19110.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 184 (72.27% from 255) = 69.96%
R=12.55%
G=17.49%
B=69.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33461840.820.7500.28234.8369.5942.55
Hex212EB8524B01Ceb462b
Octal415627012211303435310653
Binary1000011011101011100010100101001011011100111010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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