Html Css Color HEX #213491 Egyptian Blue

📋 copy color: '#213491'

red 33 ◦ green 52 ◦ blue 145

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

Shades of Egyptian Blue #213491

Tints of Egyptian Blue #213491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 14.35%
G = 22.61%
B = 63.04%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#213491 (or 0x213491) is known color: Egyptian Blue. HEX triplet: 21, 34 and 91. RGB value is (33,52,145). Sum of RGB (Red+Green+Blue) = 33+52+145=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #213491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213491 is #DECB6E. Grayscale: #383838. Windows color (decimal): -14601071 or 9516065. OLE color: 9516065.

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

Color convert

RGB 33 52 145 -
CMYK 0.77 0.64 0 0.43
HSL 229.82º 0.63% 0.35% -
HSV(B) 229.82º 0.77% 0.57% -
XYZ 6.97 4.82 27.35 -
YUV 56.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 33 52 145 0.77 0.64 0 0.43 229.82 0.63 0.35
Hex 21 34 91 4D 40 0 2B E6 3F 23
Octal 41 64 221 115 100 0 53 346 77 43
Binary 100001 110100 10010001 1001101 1000000 0 101011 11100110 111111 100011

Color Harmonies of #213491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213491

Black with #213491

Text Example


Text Example

White with #213491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213491; }

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

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

background-color css

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

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

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

border-color css

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

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

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