#212BBA

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

Shades of Persian Blue #212BBA

Tints of Persian Blue #212BBA

Color information

#212BBA (or 0x212BBA) is unknown color: approx Persian Blue. HEX triplet: 21, 2B and BA. RGB value is (33,43,186). Sum of RGB (Red+Green+Blue) = 33+43+186=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #212BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BBA is #DED445. Grayscale: #373737. Windows color (decimal): -14603334 or 12200737. OLE color: 12200737.

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

Color convert

RGB3343186-
CMYK0.820.7700.27
HSL236.08º69.86%42.94%-
HSV(B)236.08º82.26%72.94%-
XYZ10.355.646.99-
YUV56.31201.19111.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 186 (73.05% from 255) = 70.99%
R=12.60%
G=16.41%
B=70.99%

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
Decimal33431860.820.7700.27236.0869.8642.94
Hex212BBA524D01Bec462b
Octal415327212211503335410653
Binary1000011010111011101010100101001101011011111011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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