Html Css Color HEX #212EAC Persian Blue

📋 copy color: '#212EAC'

red 33 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #212EAC

Tints of Persian Blue #212EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

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

R = 13.15%
G = 18.33%
B = 68.53%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#212EAC (or 0x212EAC) is known color: Persian Blue. HEX triplet: 21, 2E and AC. RGB value is (33,46,172). Sum of RGB (Red+Green+Blue) = 33+46+172=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #212EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EAC is #DED153. Grayscale: #373737. Windows color (decimal): -14602580 or 11284001. OLE color: 11284001.

HSL color Cylindrical-coordinate representation of color #212EAC: hue angle of 234.39º 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 #212EAC is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 46 172 -
CMYK 0.81 0.73 0 0.33
HSL 234.39º 0.68% 0.4% -
HSV(B) 234.39º 0.81% 0.67% -
XYZ 9.05 5.26 39.57 -
YUV 56.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 33 46 172 0.81 0.73 0 0.33 234.39 0.68 0.4
Hex 21 2E AC 51 49 0 21 EA 44 28
Octal 41 56 254 121 111 0 41 352 104 50
Binary 100001 101110 10101100 1010001 1001001 0 100001 11101010 1000100 101000

Color Harmonies of #212EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EAC

Black with #212EAC

Text Example


Text Example

White with #212EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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