Html Css Color HEX #212698 Egyptian Blue

📋 copy color: '#212698'

red 33 ◦ green 38 ◦ blue 152

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

Shades of Egyptian Blue #212698

Tints of Egyptian Blue #212698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 14.8%
G = 17.04%
B = 68.16%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#212698 (or 0x212698) is known color: Egyptian Blue. HEX triplet: 21, 26 and 98. RGB value is (33,38,152). Sum of RGB (Red+Green+Blue) = 33+38+152=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #212698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212698 is #DED967. Grayscale: #313131. Windows color (decimal): -14604648 or 9971233. OLE color: 9971233.

HSL color Cylindrical-coordinate representation of color #212698: hue angle of 237.48º degrees, saturation: 0.64, 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 #212698 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 38 152 -
CMYK 0.78 0.75 0 0.40
HSL 237.48º 0.64% 0.36% -
HSV(B) 237.48º 0.78% 0.6% -
XYZ 6.99 3.98 30.11 -
YUV 49.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 33 38 152 0.78 0.75 0 0.40 237.48 0.64 0.36
Hex 21 26 98 4E 4B 0 28 ED 40 24
Octal 41 46 230 116 113 0 50 355 100 44
Binary 100001 100110 10011000 1001110 1001011 0 101000 11101101 1000000 100100

Color Harmonies of #212698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212698

Black with #212698

Text Example


Text Example

White with #212698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212698; }

 p { color: rgb(33,38,152); }

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

background-color css

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

 a { background-color: rgb(33,38,152); }

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

border-color css

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

 span { border-color: rgb(33,38,152); }

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