Html Css Color HEX #203392 Egyptian Blue

📋 copy color: '#203392'

red 32 ◦ green 51 ◦ blue 146

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

Shades of Egyptian Blue #203392

Tints of Egyptian Blue #203392

RGB

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

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

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

R = 13.97%
G = 22.27%
B = 63.76%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203392 (or 0x203392) is known color: Egyptian Blue. HEX triplet: 20, 33 and 92. RGB value is (32,51,146). Sum of RGB (Red+Green+Blue) = 32+51+146=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #203392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203392 is #DFCC6D. Grayscale: #373737. Windows color (decimal): -14666862 or 9581344. OLE color: 9581344.

HSL color Cylindrical-coordinate representation of color #203392: hue angle of 230º 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 #203392 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 51 146 -
CMYK 0.78 0.65 0 0.43
HSL 230º 0.64% 0.35% -
HSV(B) 230º 0.78% 0.57% -
XYZ 6.97 4.75 27.74 -
YUV 56.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 32 51 146 0.78 0.65 0 0.43 230 0.64 0.35
Hex 20 33 92 4E 41 0 2B E6 40 23
Octal 40 63 222 116 101 0 53 346 100 43
Binary 100000 110011 10010010 1001110 1000001 0 101011 11100110 1000000 100011

Color Harmonies of #203392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203392

Black with #203392

Text Example


Text Example

White with #203392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203392; }

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

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

background-color css

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

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

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

border-color css

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

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

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