Html Css Color HEX #203192 Egyptian Blue

📋 copy color: '#203192'

red 32 ◦ green 49 ◦ blue 146

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

Shades of Egyptian Blue #203192

Tints of Egyptian Blue #203192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

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

R = 14.1%
G = 21.59%
B = 64.32%

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

#203192 (or 0x203192) is known color: Egyptian Blue. HEX triplet: 20, 31 and 92. RGB value is (32,49,146). Sum of RGB (Red+Green+Blue) = 32+49+146=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #203192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203192 is #DFCE6D. Grayscale: #363636. Windows color (decimal): -14667374 or 9580832. OLE color: 9580832.

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

Color convert

RGB 32 49 146 -
CMYK 0.78 0.66 0 0.43
HSL 231.05º 0.64% 0.35% -
HSV(B) 231.05º 0.78% 0.57% -
XYZ 6.88 4.58 27.72 -
YUV 54.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 32 49 146 0.78 0.66 0 0.43 231.05 0.64 0.35
Hex 20 31 92 4E 42 0 2B E7 40 23
Octal 40 61 222 116 102 0 53 347 100 43
Binary 100000 110001 10010010 1001110 1000010 0 101011 11100111 1000000 100011

Color Harmonies of #203192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203192

Black with #203192

Text Example


Text Example

White with #203192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203192; }

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

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

background-color css

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

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

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

border-color css

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

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

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