#212CBA

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

Shades of Persian Blue #212CBA

Tints of Persian Blue #212CBA

Color information

#212CBA (or 0x212CBA) is unknown color: approx Persian Blue. HEX triplet: 21, 2C and BA. RGB value is (33,44,186). Sum of RGB (Red+Green+Blue) = 33+44+186=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #212CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CBA is #DED345. Grayscale: #383838. Windows color (decimal): -14603078 or 12200993. OLE color: 12200993.

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

Color convert

RGB3344186-
CMYK0.820.7600.27
HSL235.69º69.86%42.94%-
HSV(B)235.69º82.26%72.94%-
XYZ10.395.6747-
YUV56.9200.86110.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 186 (73.05% from 255) = 70.72%
R=12.55%
G=16.73%
B=70.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33441860.820.7600.27235.6969.8642.94
Hex212CBA524C01Bec462b
Octal415427212211403335410653
Binary1000011011001011101010100101001100011011111011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,186); }

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

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

 a { background-color: rgb(33,44,186); }

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

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

 span { border-color: rgb(33,44,186); }

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