Html Css Color HEX #213591 Egyptian Blue

📋 copy color: '#213591'

red 33 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #213591

Tints of Egyptian Blue #213591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 14.29%
G = 22.94%
B = 62.77%

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

#213591 (or 0x213591) is known color: Egyptian Blue. HEX triplet: 21, 35 and 91. RGB value is (33,53,145). Sum of RGB (Red+Green+Blue) = 33+53+145=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #213591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213591 is #DECA6E. Grayscale: #393939. Windows color (decimal): -14600815 or 9516321. OLE color: 9516321.

HSL color Cylindrical-coordinate representation of color #213591: hue angle of 229.29º 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 #213591 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 53 145 -
CMYK 0.77 0.63 0 0.43
HSL 229.29º 0.63% 0.35% -
HSV(B) 229.29º 0.77% 0.57% -
XYZ 7.01 4.91 27.37 -
YUV 57.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 33 53 145 0.77 0.63 0 0.43 229.29 0.63 0.35
Hex 21 35 91 4D 3F 0 2B E5 3F 23
Octal 41 65 221 115 77 0 53 345 77 43
Binary 100001 110101 10010001 1001101 111111 0 101011 11100101 111111 100011

Color Harmonies of #213591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213591

Black with #213591

Text Example


Text Example

White with #213591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213591; }

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

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

background-color css

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

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

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

border-color css

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

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

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