Html Css Color HEX #203299 Egyptian Blue

📋 copy color: '#203299'

red 32 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #203299

Tints of Egyptian Blue #203299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 13.62%
G = 21.28%
B = 65.11%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#203299 (or 0x203299) is known color: Egyptian Blue. HEX triplet: 20, 32 and 99. RGB value is (32,50,153). Sum of RGB (Red+Green+Blue) = 32+50+153=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #203299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203299 is #DFCD66. Grayscale: #373737. Windows color (decimal): -14667111 or 10039840. OLE color: 10039840.

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

Color convert

RGB 32 50 153 -
CMYK 0.79 0.67 0 0.4
HSL 231.07º 0.65% 0.36% -
HSV(B) 231.07º 0.79% 0.6% -
XYZ 7.49 4.89 30.69 -
YUV 56.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 32 50 153 0.79 0.67 0 0.4 231.07 0.65 0.36
Hex 20 32 99 4F 43 0 28 E7 41 24
Octal 40 62 231 117 103 0 50 347 101 44
Binary 100000 110010 10011001 1001111 1000011 0 101000 11100111 1000001 100100

Color Harmonies of #203299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203299

Black with #203299

Text Example


Text Example

White with #203299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203299; }

 p { color: rgb(32,50,153); }

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

background-color css

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

 a { background-color: rgb(32,50,153); }

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

border-color css

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

 span { border-color: rgb(32,50,153); }

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