Html Css Color HEX #212CAC Persian Blue

📋 copy color: '#212CAC'

red 33 ◦ green 44 ◦ blue 172

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

Shades of Persian Blue #212CAC

Tints of Persian Blue #212CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 13.25%
G = 17.67%
B = 69.08%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212CAC (or 0x212CAC) is known color: Persian Blue. HEX triplet: 21, 2C and AC. RGB value is (33,44,172). Sum of RGB (Red+Green+Blue) = 33+44+172=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #212CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CAC is #DED353. Grayscale: #363636. Windows color (decimal): -14603092 or 11283489. OLE color: 11283489.

HSL color Cylindrical-coordinate representation of color #212CAC: hue angle of 235.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212CAC is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 44 172 -
CMYK 0.81 0.74 0 0.33
HSL 235.25º 0.68% 0.4% -
HSV(B) 235.25º 0.81% 0.67% -
XYZ 8.97 5.1 39.54 -
YUV 55.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 33 44 172 0.81 0.74 0 0.33 235.25 0.68 0.4
Hex 21 2C AC 51 4A 0 21 EB 44 28
Octal 41 54 254 121 112 0 41 353 104 50
Binary 100001 101100 10101100 1010001 1001010 0 100001 11101011 1000100 101000

Color Harmonies of #212CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212CAC

Black with #212CAC

Text Example


Text Example

White with #212CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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