Html Css Color HEX #203397 Egyptian Blue

📋 copy color: '#203397'

red 32 ◦ green 51 ◦ blue 151

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

Shades of Egyptian Blue #203397

Tints of Egyptian Blue #203397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 13.68%
G = 21.79%
B = 64.53%

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

#203397 (or 0x203397) is known color: Egyptian Blue. HEX triplet: 20, 33 and 97. RGB value is (32,51,151). Sum of RGB (Red+Green+Blue) = 32+51+151=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #203397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203397 is #DFCC68. Grayscale: #383838. Windows color (decimal): -14666857 or 9909024. OLE color: 9909024.

HSL color Cylindrical-coordinate representation of color #203397: hue angle of 230.42º 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 #203397 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 51 151 -
CMYK 0.79 0.66 0 0.41
HSL 230.42º 0.65% 0.36% -
HSV(B) 230.42º 0.79% 0.59% -
XYZ 7.37 4.91 29.84 -
YUV 56.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 32 51 151 0.79 0.66 0 0.41 230.42 0.65 0.36
Hex 20 33 97 4F 42 0 29 E6 41 24
Octal 40 63 227 117 102 0 51 346 101 44
Binary 100000 110011 10010111 1001111 1000010 0 101001 11100110 1000001 100100

Color Harmonies of #203397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203397

Black with #203397

Text Example


Text Example

White with #203397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203397; }

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

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

background-color css

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

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

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

border-color css

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

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

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