#203D50

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

Shades of Nile Blue #203D50

Tints of Nile Blue #203D50

Color information

#203D50 (or 0x203D50) is unknown color: approx Nile Blue. HEX triplet: 20, 3D and 50. RGB value is (32,61,80). Sum of RGB (Red+Green+Blue) = 32+61+80=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #203D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D50 is #DFC2AF. Grayscale: #363636. Windows color (decimal): -14664368 or 5258528. OLE color: 5258528.

HSL color Cylindrical-coordinate representation of color #203D50: hue angle of 203.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203D50 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB326180-
CMYK0.600.2400.69
HSL203.75º42.86%21.96%-
HSV(B)203.75º60%31.37%-
XYZ3.714.228.21-
YUV54.49142.39111.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=18.50%
G=35.26%
B=46.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3261800.600.2400.69203.7542.8621.96
Hex203D503C18045cc2b16
Octal4075120743001053145326
Binary100000111101101000011110011000010001011100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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