#203D4C

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

Shades of Nile Blue #203D4C

Tints of Nile Blue #203D4C

Color information

#203D4C (or 0x203D4C) is unknown color: approx Nile Blue. HEX triplet: 20, 3D and 4C. RGB value is (32,61,76). Sum of RGB (Red+Green+Blue) = 32+61+76=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #203D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D4C is #DFC2B3. Grayscale: #353535. Windows color (decimal): -14664372 or 4996384. OLE color: 4996384.

HSL color Cylindrical-coordinate representation of color #203D4C: hue angle of 200.45º 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 #203D4C is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB326176-
CMYK0.580.2000.70
HSL200.45º40.74%21.18%-
HSV(B)200.45º57.89%29.8%-
XYZ3.574.177.45-
YUV54.04140.39112.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=18.93%
G=36.09%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3261760.580.2000.70200.4540.7421.18
Hex203D4C3A14046c82915
Octal4075114722401063105125
Binary100000111101100110011101010100010001101100100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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