#212CAF

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

Shades of Persian Blue #212CAF

Tints of Persian Blue #212CAF

Color information

#212CAF (or 0x212CAF) is unknown color: approx Persian Blue. HEX triplet: 21, 2C and AF. RGB value is (33,44,175). Sum of RGB (Red+Green+Blue) = 33+44+175=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #212CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CAF is #DED350. Grayscale: #373737. Windows color (decimal): -14603089 or 11480097. OLE color: 11480097.

HSL color Cylindrical-coordinate representation of color #212CAF: hue angle of 235.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212CAF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3344175-
CMYK0.810.7500.31
HSL235.35º68.27%40.78%-
HSV(B)235.35º81.14%68.63%-
XYZ9.275.2241.08-
YUV55.64195.36111.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 175 (68.75% from 255) = 69.44%
R=13.10%
G=17.46%
B=69.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33441750.810.7500.31235.3568.2740.78
Hex212CAF514B01Feb4429
Octal415425712111303735310451
Binary1000011011001010111110100011001011011111111010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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