Html Css Color HEX #213690 Egyptian Blue

📋 copy color: '#213690'

red 33 ◦ green 54 ◦ blue 144

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

Shades of Egyptian Blue #213690

Tints of Egyptian Blue #213690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

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

R = 14.29%
G = 23.38%
B = 62.34%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#213690 (or 0x213690) is known color: Egyptian Blue. HEX triplet: 21, 36 and 90. RGB value is (33,54,144). Sum of RGB (Red+Green+Blue) = 33+54+144=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #213690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213690 is #DEC96F. Grayscale: #393939. Windows color (decimal): -14600560 or 9451041. OLE color: 9451041.

HSL color Cylindrical-coordinate representation of color #213690: hue angle of 228.65º 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 #213690 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 54 144 -
CMYK 0.77 0.63 0 0.44
HSL 228.65º 0.63% 0.35% -
HSV(B) 228.65º 0.77% 0.56% -
XYZ 6.98 4.98 26.98 -
YUV 57.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 33 54 144 0.77 0.63 0 0.44 228.65 0.63 0.35
Hex 21 36 90 4D 3F 0 2C E5 3F 23
Octal 41 66 220 115 77 0 54 345 77 43
Binary 100001 110110 10010000 1001101 111111 0 101100 11100101 111111 100011

Color Harmonies of #213690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213690

Black with #213690

Text Example


Text Example

White with #213690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213690; }

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

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

background-color css

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

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

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

border-color css

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

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

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