#203D4D

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

Shades of Nile Blue #203D4D

Tints of Nile Blue #203D4D

Color information

#203D4D (or 0x203D4D) is unknown color: approx Nile Blue. HEX triplet: 20, 3D and 4D. RGB value is (32,61,77). Sum of RGB (Red+Green+Blue) = 32+61+77=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #203D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D4D is #DFC2B2. Grayscale: #363636. Windows color (decimal): -14664371 or 5061920. OLE color: 5061920.

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

Color convert

RGB326177-
CMYK0.580.2100.70
HSL201.33º41.28%21.37%-
HSV(B)201.33º58.44%30.2%-
XYZ3.64.187.64-
YUV54.15140.89112.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=18.82%
G=35.88%
B=45.29%

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
Decimal3261770.580.2100.70201.3341.2821.37
Hex203D4D3A15046c92915
Octal4075115722501063115125
Binary100000111101100110111101010101010001101100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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