Html Css Color HEX #203C92 Egyptian Blue

📋 copy color: '#203C92'

red 32 ◦ green 60 ◦ blue 146

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

Shades of Egyptian Blue #203C92

Tints of Egyptian Blue #203C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 13.45%
G = 25.21%
B = 61.34%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203C92 (or 0x203C92) is known color: Egyptian Blue. HEX triplet: 20, 3C and 92. RGB value is (32,60,146). Sum of RGB (Red+Green+Blue) = 32+60+146=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #203C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C92 is #DFC36D. Grayscale: #3D3D3D. Windows color (decimal): -14664558 or 9583648. OLE color: 9583648.

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

Color convert

RGB 32 60 146 -
CMYK 0.78 0.59 0 0.43
HSL 225.26º 0.64% 0.35% -
HSV(B) 225.26º 0.78% 0.57% -
XYZ 7.4 5.61 27.89 -
YUV 61.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 32 60 146 0.78 0.59 0 0.43 225.26 0.64 0.35
Hex 20 3C 92 4E 3B 0 2B E1 40 23
Octal 40 74 222 116 73 0 53 341 100 43
Binary 100000 111100 10010010 1001110 111011 0 101011 11100001 1000000 100011

Color Harmonies of #203C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C92

Black with #203C92

Text Example


Text Example

White with #203C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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