Html Css Color HEX #203398 Egyptian Blue

📋 copy color: '#203398'

red 32 ◦ green 51 ◦ blue 152

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

Shades of Egyptian Blue #203398

Tints of Egyptian Blue #203398

RGB

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

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

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

R = 13.62%
G = 21.7%
B = 64.68%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203398 (or 0x203398) is known color: Egyptian Blue. HEX triplet: 20, 33 and 98. RGB value is (32,51,152). Sum of RGB (Red+Green+Blue) = 32+51+152=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #203398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203398 is #DFCC67. Grayscale: #383838. Windows color (decimal): -14666856 or 9974560. OLE color: 9974560.

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

Color convert

RGB 32 51 152 -
CMYK 0.79 0.66 0 0.40
HSL 230.5º 0.65% 0.36% -
HSV(B) 230.5º 0.79% 0.6% -
XYZ 7.45 4.94 30.27 -
YUV 56.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 32 51 152 0.79 0.66 0 0.40 230.5 0.65 0.36
Hex 20 33 98 4F 42 0 28 E6 41 24
Octal 40 63 230 117 102 0 50 346 101 44
Binary 100000 110011 10011000 1001111 1000010 0 101000 11100110 1000001 100100

Color Harmonies of #203398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203398

Black with #203398

Text Example


Text Example

White with #203398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203398; }

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

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

background-color css

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

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

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

border-color css

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

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

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