Html Css Color HEX #203690 Egyptian Blue

📋 copy color: '#203690'

red 32 ◦ green 54 ◦ blue 144

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

Shades of Egyptian Blue #203690

Tints of Egyptian Blue #203690

RGB

 RED value IS 32 (12.89% from 255) = 13.91%

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

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

R = 13.91%
G = 23.48%
B = 62.61%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#203690 (or 0x203690) is known color: Egyptian Blue. HEX triplet: 20, 36 and 90. RGB value is (32,54,144). Sum of RGB (Red+Green+Blue) = 32+54+144=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #203690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203690 is #DFC96F. Grayscale: #393939. Windows color (decimal): -14666096 or 9451040. OLE color: 9451040.

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

Color convert

RGB 32 54 144 -
CMYK 0.78 0.63 0 0.44
HSL 228.21º 0.64% 0.35% -
HSV(B) 228.21º 0.78% 0.56% -
XYZ 6.95 4.96 26.98 -
YUV 57.68 176.71 109.68 -
System Red Green Blue C M Y K H S L
Decimal 32 54 144 0.78 0.63 0 0.44 228.21 0.64 0.35
Hex 20 36 90 4E 3F 0 2C E4 40 23
Octal 40 66 220 116 77 0 54 344 100 43
Binary 100000 110110 10010000 1001110 111111 0 101100 11100100 1000000 100011

Color Harmonies of #203690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203690

Black with #203690

Text Example


Text Example

White with #203690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203690; }

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

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

background-color css

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

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

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

border-color css

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

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

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