Html Css Color HEX #212CA0 Egyptian Blue

📋 copy color: '#212CA0'

red 33 ◦ green 44 ◦ blue 160

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

Shades of Egyptian Blue #212CA0

Tints of Egyptian Blue #212CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.51%

R = 13.92%
G = 18.57%
B = 67.51%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#212CA0 (or 0x212CA0) is known color: Egyptian Blue. HEX triplet: 21, 2C and A0. RGB value is (33,44,160). Sum of RGB (Red+Green+Blue) = 33+44+160=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #212CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CA0 is #DED35F. Grayscale: #353535. Windows color (decimal): -14603104 or 10497057. OLE color: 10497057.

HSL color Cylindrical-coordinate representation of color #212CA0: hue angle of 234.8º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212CA0 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 44 160 -
CMYK 0.79 0.72 0 0.37
HSL 234.8º 0.66% 0.38% -
HSV(B) 234.8º 0.79% 0.63% -
XYZ 7.87 4.66 33.74 -
YUV 53.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 33 44 160 0.79 0.72 0 0.37 234.8 0.66 0.38
Hex 21 2C A0 4F 48 0 25 EB 42 26
Octal 41 54 240 117 110 0 45 353 102 46
Binary 100001 101100 10100000 1001111 1001000 0 100101 11101011 1000010 100110

Color Harmonies of #212CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212CA0

Black with #212CA0

Text Example


Text Example

White with #212CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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