Html Css Color HEX #213895 Egyptian Blue

📋 copy color: '#213895'

red 33 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #213895

Tints of Egyptian Blue #213895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 13.87%
G = 23.53%
B = 62.61%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213895 (or 0x213895) is known color: Egyptian Blue. HEX triplet: 21, 38 and 95. RGB value is (33,56,149). Sum of RGB (Red+Green+Blue) = 33+56+149=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #213895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213895 is #DEC76A. Grayscale: #3B3B3B. Windows color (decimal): -14600043 or 9779233. OLE color: 9779233.

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

Color convert

RGB 33 56 149 -
CMYK 0.78 0.62 0 0.42
HSL 228.1º 0.64% 0.36% -
HSV(B) 228.1º 0.78% 0.58% -
XYZ 7.47 5.32 29.07 -
YUV 59.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 33 56 149 0.78 0.62 0 0.42 228.1 0.64 0.36
Hex 21 38 95 4E 3E 0 2A E4 40 24
Octal 41 70 225 116 76 0 52 344 100 44
Binary 100001 111000 10010101 1001110 111110 0 101010 11100100 1000000 100100

Color Harmonies of #213895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213895

Black with #213895

Text Example


Text Example

White with #213895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213895; }

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

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

background-color css

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

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

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

border-color css

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

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

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