Html Css Color HEX #212694 Egyptian Blue

📋 copy color: '#212694'

red 33 ◦ green 38 ◦ blue 148

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

Shades of Egyptian Blue #212694

Tints of Egyptian Blue #212694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 15.07%
G = 17.35%
B = 67.58%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212694 (or 0x212694) is known color: Egyptian Blue. HEX triplet: 21, 26 and 94. RGB value is (33,38,148). Sum of RGB (Red+Green+Blue) = 33+38+148=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #212694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212694 is #DED96B. Grayscale: #303030. Windows color (decimal): -14604652 or 9709089. OLE color: 9709089.

HSL color Cylindrical-coordinate representation of color #212694: hue angle of 237.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212694 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 38 148 -
CMYK 0.78 0.74 0 0.42
HSL 237.39º 0.64% 0.35% -
HSV(B) 237.39º 0.78% 0.58% -
XYZ 6.67 3.85 28.41 -
YUV 49.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 33 38 148 0.78 0.74 0 0.42 237.39 0.64 0.35
Hex 21 26 94 4E 4A 0 2A ED 40 23
Octal 41 46 224 116 112 0 52 355 100 43
Binary 100001 100110 10010100 1001110 1001010 0 101010 11101101 1000000 100011

Color Harmonies of #212694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212694

Black with #212694

Text Example


Text Example

White with #212694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212694; }

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

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

background-color css

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

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

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

border-color css

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

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

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