#203D4E

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

Shades of Nile Blue #203D4E

Tints of Nile Blue #203D4E

Color information

#203D4E (or 0x203D4E) is unknown color: approx Nile Blue. HEX triplet: 20, 3D and 4E. RGB value is (32,61,78). Sum of RGB (Red+Green+Blue) = 32+61+78=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #203D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D4E is #DFC2B1. Grayscale: #363636. Windows color (decimal): -14664370 or 5127456. OLE color: 5127456.

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

Color convert

RGB326178-
CMYK0.590.2200.69
HSL202.17º41.82%21.57%-
HSV(B)202.17º58.97%30.59%-
XYZ3.644.197.83-
YUV54.27141.39112.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=18.71%
G=35.67%
B=45.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3261780.590.2200.69202.1741.8221.57
Hex203D4E3B16045ca2a16
Octal4075116732601053125226
Binary100000111101100111011101110110010001011100101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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