Html Css Color HEX #213795 Egyptian Blue

📋 copy color: '#213795'

red 33 ◦ green 55 ◦ blue 149

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

Shades of Egyptian Blue #213795

Tints of Egyptian Blue #213795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 13.92%
G = 23.21%
B = 62.87%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213795 (or 0x213795) is known color: Egyptian Blue. HEX triplet: 21, 37 and 95. RGB value is (33,55,149). Sum of RGB (Red+Green+Blue) = 33+55+149=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #213795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213795 is #DEC86A. Grayscale: #3A3A3A. Windows color (decimal): -14600299 or 9778977. OLE color: 9778977.

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

Color convert

RGB 33 55 149 -
CMYK 0.78 0.63 0 0.42
HSL 228.62º 0.64% 0.36% -
HSV(B) 228.62º 0.78% 0.58% -
XYZ 7.42 5.23 29.05 -
YUV 59.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 33 55 149 0.78 0.63 0 0.42 228.62 0.64 0.36
Hex 21 37 95 4E 3F 0 2A E5 40 24
Octal 41 67 225 116 77 0 52 345 100 44
Binary 100001 110111 10010101 1001110 111111 0 101010 11100101 1000000 100100

Color Harmonies of #213795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213795

Black with #213795

Text Example


Text Example

White with #213795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213795; }

 p { color: rgb(33,55,149); }

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

background-color css

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

 a { background-color: rgb(33,55,149); }

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

border-color css

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

 span { border-color: rgb(33,55,149); }

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