Html Css Color HEX #212ACE Persian Blue

📋 copy color: '#212ACE'

red 33 ◦ green 42 ◦ blue 206

#212ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #212ACE

Tints of Persian Blue #212ACE

RGB

 RED value IS 33 (13.28% from 255) = 11.74%

 GREEN value IS 42 (16.8% from 255) = 14.95%

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 11.74%
G = 14.95%
B = 73.31%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#212ACE (or 0x212ACE) is known color: Persian Blue. HEX triplet: 21, 2A and CE. RGB value is (33,42,206). Sum of RGB (Red+Green+Blue) = 33+42+206=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #212ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ACE is #DED531. Grayscale: #393939. Windows color (decimal): -14603570 or 13511201. OLE color: 13511201.

HSL color Cylindrical-coordinate representation of color #212ACE: hue angle of 236.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212ACE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 42 206 -
CMYK 0.84 0.80 0 0.19
HSL 236.88º 0.72% 0.47% -
HSV(B) 236.88º 0.84% 0.81% -
XYZ 12.6 6.44 58.97 -
YUV 58.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 33 42 206 0.84 0.80 0 0.19 236.88 0.72 0.47
Hex 21 2A CE 54 50 0 13 ED 48 2F
Octal 41 52 316 124 120 0 23 355 110 57
Binary 100001 101010 11001110 1010100 1010000 0 10011 11101101 1001000 101111

Color Harmonies of #212ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ACE

Black with #212ACE

Text Example


Text Example

White with #212ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #212ACE;
 }
 .AnyTagClassName
 {
   color: #212ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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