Html Css Color HEX #203598 Egyptian Blue

📋 copy color: '#203598'

red 32 ◦ green 53 ◦ blue 152

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

Shades of Egyptian Blue #203598

Tints of Egyptian Blue #203598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 13.5%
G = 22.36%
B = 64.14%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203598 (or 0x203598) is known color: Egyptian Blue. HEX triplet: 20, 35 and 98. RGB value is (32,53,152). Sum of RGB (Red+Green+Blue) = 32+53+152=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #203598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203598 is #DFCA67. Grayscale: #393939. Windows color (decimal): -14666344 or 9975072. OLE color: 9975072.

HSL color Cylindrical-coordinate representation of color #203598: hue angle of 229.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 #203598 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 53 152 -
CMYK 0.79 0.65 0 0.40
HSL 229.5º 0.65% 0.36% -
HSV(B) 229.5º 0.79% 0.6% -
XYZ 7.54 5.12 30.3 -
YUV 58.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 32 53 152 0.79 0.65 0 0.40 229.5 0.65 0.36
Hex 20 35 98 4F 41 0 28 E6 41 24
Octal 40 65 230 117 101 0 50 346 101 44
Binary 100000 110101 10011000 1001111 1000001 0 101000 11100110 1000001 100100

Color Harmonies of #203598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203598

Black with #203598

Text Example


Text Example

White with #203598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203598; }

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

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

background-color css

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

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

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

border-color css

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

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

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