Html Css Color HEX #212C99 Egyptian Blue

📋 copy color: '#212C99'

red 33 ◦ green 44 ◦ blue 153

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

Shades of Egyptian Blue #212C99

Tints of Egyptian Blue #212C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 14.35%
G = 19.13%
B = 66.52%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212C99 (or 0x212C99) is known color: Egyptian Blue. HEX triplet: 21, 2C and 99. RGB value is (33,44,153). Sum of RGB (Red+Green+Blue) = 33+44+153=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #212C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C99 is #DED366. Grayscale: #343434. Windows color (decimal): -14603111 or 10038305. OLE color: 10038305.

HSL color Cylindrical-coordinate representation of color #212C99: hue angle of 234.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212C99 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 44 153 -
CMYK 0.78 0.71 0 0.4
HSL 234.5º 0.65% 0.36% -
HSV(B) 234.5º 0.78% 0.6% -
XYZ 7.28 4.42 30.61 -
YUV 53.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 33 44 153 0.78 0.71 0 0.4 234.5 0.65 0.36
Hex 21 2C 99 4E 47 0 28 EA 41 24
Octal 41 54 231 116 107 0 50 352 101 44
Binary 100001 101100 10011001 1001110 1000111 0 101000 11101010 1000001 100100

Color Harmonies of #212C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C99

Black with #212C99

Text Example


Text Example

White with #212C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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