Html Css Color HEX #212E8D Egyptian Blue

📋 copy color: '#212E8D'

red 33 ◦ green 46 ◦ blue 141

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

Shades of Egyptian Blue #212E8D

Tints of Egyptian Blue #212E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 15%
G = 20.91%
B = 64.09%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#212E8D (or 0x212E8D) is known color: Egyptian Blue. HEX triplet: 21, 2E and 8D. RGB value is (33,46,141). Sum of RGB (Red+Green+Blue) = 33+46+141=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #212E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E8D is #DED172. Grayscale: #343434. Windows color (decimal): -14602611 or 9252385. OLE color: 9252385.

HSL color Cylindrical-coordinate representation of color #212E8D: hue angle of 232.78º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212E8D is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 46 141 -
CMYK 0.77 0.67 0 0.45
HSL 232.78º 0.62% 0.34% -
HSV(B) 232.78º 0.77% 0.55% -
XYZ 6.41 4.2 25.67 -
YUV 52.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 33 46 141 0.77 0.67 0 0.45 232.78 0.62 0.34
Hex 21 2E 8D 4D 43 0 2D E9 3E 22
Octal 41 56 215 115 103 0 55 351 76 42
Binary 100001 101110 10001101 1001101 1000011 0 101101 11101001 111110 100010

Color Harmonies of #212E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E8D

Black with #212E8D

Text Example


Text Example

White with #212E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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