Html Css Color HEX #203998 Egyptian Blue

📋 copy color: '#203998'

red 32 ◦ green 57 ◦ blue 152

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

Shades of Egyptian Blue #203998

Tints of Egyptian Blue #203998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 13.28%
G = 23.65%
B = 63.07%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203998 (or 0x203998) is known color: Egyptian Blue. HEX triplet: 20, 39 and 98. RGB value is (32,57,152). Sum of RGB (Red+Green+Blue) = 32+57+152=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #203998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203998 is #DFC667. Grayscale: #3B3B3B. Windows color (decimal): -14665320 or 9976096. OLE color: 9976096.

HSL color Cylindrical-coordinate representation of color #203998: hue angle of 227.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203998 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 57 152 -
CMYK 0.79 0.62 0 0.40
HSL 227.5º 0.65% 0.36% -
HSV(B) 227.5º 0.79% 0.6% -
XYZ 7.73 5.5 30.36 -
YUV 60.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 32 57 152 0.79 0.62 0 0.40 227.5 0.65 0.36
Hex 20 39 98 4F 3E 0 28 E4 41 24
Octal 40 71 230 117 76 0 50 344 101 44
Binary 100000 111001 10011000 1001111 111110 0 101000 11100100 1000001 100100

Color Harmonies of #203998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203998

Black with #203998

Text Example


Text Example

White with #203998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203998; }

 p { color: rgb(32,57,152); }

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

background-color css

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

 a { background-color: rgb(32,57,152); }

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

border-color css

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

 span { border-color: rgb(32,57,152); }

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