Html Css Color HEX #213197 Egyptian Blue

📋 copy color: '#213197'

red 33 ◦ green 49 ◦ blue 151

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

Shades of Egyptian Blue #213197

Tints of Egyptian Blue #213197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 14.16%
G = 21.03%
B = 64.81%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213197 (or 0x213197) is known color: Egyptian Blue. HEX triplet: 21, 31 and 97. RGB value is (33,49,151). Sum of RGB (Red+Green+Blue) = 33+49+151=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #213197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213197 is #DECE68. Grayscale: #373737. Windows color (decimal): -14601833 or 9908513. OLE color: 9908513.

HSL color Cylindrical-coordinate representation of color #213197: hue angle of 231.86º 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 #213197 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 49 151 -
CMYK 0.78 0.68 0 0.41
HSL 231.86º 0.64% 0.36% -
HSV(B) 231.86º 0.78% 0.59% -
XYZ 7.31 4.75 29.81 -
YUV 55.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 33 49 151 0.78 0.68 0 0.41 231.86 0.64 0.36
Hex 21 31 97 4E 44 0 29 E8 40 24
Octal 41 61 227 116 104 0 51 350 100 44
Binary 100001 110001 10010111 1001110 1000100 0 101001 11101000 1000000 100100

Color Harmonies of #213197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213197

Black with #213197

Text Example


Text Example

White with #213197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213197; }

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

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

background-color css

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

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

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

border-color css

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

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

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