Html Css Color HEX #203298 Egyptian Blue

📋 copy color: '#203298'

red 32 ◦ green 50 ◦ blue 152

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

Shades of Egyptian Blue #203298

Tints of Egyptian Blue #203298

RGB

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

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

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

R = 13.68%
G = 21.37%
B = 64.96%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203298 (or 0x203298) is known color: Egyptian Blue. HEX triplet: 20, 32 and 98. RGB value is (32,50,152). Sum of RGB (Red+Green+Blue) = 32+50+152=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #203298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203298 is #DFCD67. Grayscale: #373737. Windows color (decimal): -14667112 or 9974304. OLE color: 9974304.

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

Color convert

RGB 32 50 152 -
CMYK 0.79 0.67 0 0.40
HSL 231º 0.65% 0.36% -
HSV(B) 231º 0.79% 0.6% -
XYZ 7.4 4.86 30.25 -
YUV 56.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 32 50 152 0.79 0.67 0 0.40 231 0.65 0.36
Hex 20 32 98 4F 43 0 28 E7 41 24
Octal 40 62 230 117 103 0 50 347 101 44
Binary 100000 110010 10011000 1001111 1000011 0 101000 11100111 1000001 100100

Color Harmonies of #203298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203298

Black with #203298

Text Example


Text Example

White with #203298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203298; }

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

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

background-color css

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

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

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

border-color css

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

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

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