#212ABA

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

Shades of Persian Blue #212ABA

Tints of Persian Blue #212ABA

Color information

#212ABA (or 0x212ABA) is unknown color: approx Persian Blue. HEX triplet: 21, 2A and BA. RGB value is (33,42,186). Sum of RGB (Red+Green+Blue) = 33+42+186=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #212ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ABA is #DED545. Grayscale: #373737. Windows color (decimal): -14603590 or 12200481. OLE color: 12200481.

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

Color convert

RGB3342186-
CMYK0.820.7700.27
HSL236.47º69.86%42.94%-
HSV(B)236.47º82.26%72.94%-
XYZ10.325.5246.98-
YUV55.72201.52111.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=12.64%
G=16.09%
B=71.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33421860.820.7700.27236.4769.8642.94
Hex212ABA524D01Bec462b
Octal415227212211503335410653
Binary1000011010101011101010100101001101011011111011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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