Html Css Color HEX #203292 Egyptian Blue

📋 copy color: '#203292'

red 32 ◦ green 50 ◦ blue 146

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

Shades of Egyptian Blue #203292

Tints of Egyptian Blue #203292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 14.04%
G = 21.93%
B = 64.04%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203292 (or 0x203292) is known color: Egyptian Blue. HEX triplet: 20, 32 and 92. RGB value is (32,50,146). Sum of RGB (Red+Green+Blue) = 32+50+146=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #203292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203292 is #DFCD6D. Grayscale: #373737. Windows color (decimal): -14667118 or 9581088. OLE color: 9581088.

HSL color Cylindrical-coordinate representation of color #203292: hue angle of 230.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203292 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 50 146 -
CMYK 0.78 0.66 0 0.43
HSL 230.53º 0.64% 0.35% -
HSV(B) 230.53º 0.78% 0.57% -
XYZ 6.92 4.66 27.73 -
YUV 55.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 32 50 146 0.78 0.66 0 0.43 230.53 0.64 0.35
Hex 20 32 92 4E 42 0 2B E7 40 23
Octal 40 62 222 116 102 0 53 347 100 43
Binary 100000 110010 10010010 1001110 1000010 0 101011 11100111 1000000 100011

Color Harmonies of #203292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203292

Black with #203292

Text Example


Text Example

White with #203292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203292; }

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

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

background-color css

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

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

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

border-color css

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

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

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