#203C4C

Color #203C4C Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #203C4C

Tints of Nile Blue #203C4C

Color information

#203C4C (or 0x203C4C) is unknown color: approx Nile Blue. HEX triplet: 20, 3C and 4C. RGB value is (32,60,76). Sum of RGB (Red+Green+Blue) = 32+60+76=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #203C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C4C is #DFC3B3. Grayscale: #353535. Windows color (decimal): -14664628 or 4996128. OLE color: 4996128.

HSL color Cylindrical-coordinate representation of color #203C4C: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203C4C is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB326076-
CMYK0.580.2100.70
HSL201.82º40.74%21.18%-
HSV(B)201.82º57.89%29.8%-
XYZ3.524.067.44-
YUV53.45140.72112.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=19.05%
G=35.71%
B=45.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3260760.580.2100.70201.8240.7421.18
Hex203C4C3A15046ca2915
Octal4074114722501063125125
Binary100000111100100110011101010101010001101100101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #203C4C;
 }
 .AnyTagClassName
 {
   color: #203C4C;
 }
</style>
background-color css

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

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

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

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

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

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