Html Css Color HEX #213890 Egyptian Blue

📋 copy color: '#213890'

red 33 ◦ green 56 ◦ blue 144

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

Shades of Egyptian Blue #213890

Tints of Egyptian Blue #213890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 14.16%
G = 24.03%
B = 61.8%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#213890 (or 0x213890) is known color: Egyptian Blue. HEX triplet: 21, 38 and 90. RGB value is (33,56,144). Sum of RGB (Red+Green+Blue) = 33+56+144=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #213890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213890 is #DEC76F. Grayscale: #3A3A3A. Windows color (decimal): -14600048 or 9451553. OLE color: 9451553.

HSL color Cylindrical-coordinate representation of color #213890: hue angle of 227.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213890 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 56 144 -
CMYK 0.77 0.61 0 0.44
HSL 227.57º 0.63% 0.35% -
HSV(B) 227.57º 0.77% 0.56% -
XYZ 7.08 5.17 27.01 -
YUV 59.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 33 56 144 0.77 0.61 0 0.44 227.57 0.63 0.35
Hex 21 38 90 4D 3D 0 2C E4 3F 23
Octal 41 70 220 115 75 0 54 344 77 43
Binary 100001 111000 10010000 1001101 111101 0 101100 11100100 111111 100011

Color Harmonies of #213890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213890

Black with #213890

Text Example


Text Example

White with #213890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213890; }

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

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

background-color css

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

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

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

border-color css

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

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

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