Html Css Color HEX #213691 Egyptian Blue

📋 copy color: '#213691'

red 33 ◦ green 54 ◦ blue 145

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

Shades of Egyptian Blue #213691

Tints of Egyptian Blue #213691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 145 (57.03% from 255) = 62.5%

R = 14.22%
G = 23.28%
B = 62.5%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#213691 (or 0x213691) is known color: Egyptian Blue. HEX triplet: 21, 36 and 91. RGB value is (33,54,145). Sum of RGB (Red+Green+Blue) = 33+54+145=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #213691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213691 is #DEC96E. Grayscale: #393939. Windows color (decimal): -14600559 or 9516577. OLE color: 9516577.

HSL color Cylindrical-coordinate representation of color #213691: hue angle of 228.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213691 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 54 145 -
CMYK 0.77 0.63 0 0.43
HSL 228.75º 0.63% 0.35% -
HSV(B) 228.75º 0.77% 0.57% -
XYZ 7.06 5.01 27.38 -
YUV 58.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 33 54 145 0.77 0.63 0 0.43 228.75 0.63 0.35
Hex 21 36 91 4D 3F 0 2B E5 3F 23
Octal 41 66 221 115 77 0 53 345 77 43
Binary 100001 110110 10010001 1001101 111111 0 101011 11100101 111111 100011

Color Harmonies of #213691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213691

Black with #213691

Text Example


Text Example

White with #213691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213691; }

 p { color: rgb(33,54,145); }

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

background-color css

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

 a { background-color: rgb(33,54,145); }

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

border-color css

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

 span { border-color: rgb(33,54,145); }

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