Html Css Color HEX #213397 Egyptian Blue

📋 copy color: '#213397'

red 33 ◦ green 51 ◦ blue 151

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

Shades of Egyptian Blue #213397

Tints of Egyptian Blue #213397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 14.04%
G = 21.7%
B = 64.26%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213397 (or 0x213397) is known color: Egyptian Blue. HEX triplet: 21, 33 and 97. RGB value is (33,51,151). Sum of RGB (Red+Green+Blue) = 33+51+151=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #213397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213397 is #DECC68. Grayscale: #383838. Windows color (decimal): -14601321 or 9909025. OLE color: 9909025.

HSL color Cylindrical-coordinate representation of color #213397: hue angle of 230.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213397 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 51 151 -
CMYK 0.78 0.66 0 0.41
HSL 230.85º 0.64% 0.36% -
HSV(B) 230.85º 0.78% 0.59% -
XYZ 7.4 4.93 29.84 -
YUV 57.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 33 51 151 0.78 0.66 0 0.41 230.85 0.64 0.36
Hex 21 33 97 4E 42 0 29 E7 40 24
Octal 41 63 227 116 102 0 51 347 100 44
Binary 100001 110011 10010111 1001110 1000010 0 101001 11100111 1000000 100100

Color Harmonies of #213397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213397

Black with #213397

Text Example


Text Example

White with #213397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213397; }

 p { color: rgb(33,51,151); }

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

background-color css

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

 a { background-color: rgb(33,51,151); }

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

border-color css

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

 span { border-color: rgb(33,51,151); }

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