Html Css Color HEX #203497 Egyptian Blue

📋 copy color: '#203497'

red 32 ◦ green 52 ◦ blue 151

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

Shades of Egyptian Blue #203497

Tints of Egyptian Blue #203497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 13.62%
G = 22.13%
B = 64.26%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#203497 (or 0x203497) is known color: Egyptian Blue. HEX triplet: 20, 34 and 97. RGB value is (32,52,151). Sum of RGB (Red+Green+Blue) = 32+52+151=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #203497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203497 is #DFCB68. Grayscale: #383838. Windows color (decimal): -14666601 or 9909280. OLE color: 9909280.

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

Color convert

RGB 32 52 151 -
CMYK 0.79 0.66 0 0.41
HSL 229.92º 0.65% 0.36% -
HSV(B) 229.92º 0.79% 0.59% -
XYZ 7.41 5 29.85 -
YUV 57.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 32 52 151 0.79 0.66 0 0.41 229.92 0.65 0.36
Hex 20 34 97 4F 42 0 29 E6 41 24
Octal 40 64 227 117 102 0 51 346 101 44
Binary 100000 110100 10010111 1001111 1000010 0 101001 11100110 1000001 100100

Color Harmonies of #203497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203497

Black with #203497

Text Example


Text Example

White with #203497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203497; }

 p { color: rgb(32,52,151); }

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

background-color css

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

 a { background-color: rgb(32,52,151); }

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

border-color css

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

 span { border-color: rgb(32,52,151); }

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