#203B4E

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

Shades of Nile Blue #203B4E

Tints of Nile Blue #203B4E

Color information

#203B4E (or 0x203B4E) is unknown color: approx Nile Blue. HEX triplet: 20, 3B and 4E. RGB value is (32,59,78). Sum of RGB (Red+Green+Blue) = 32+59+78=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #203B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B4E is #DFC4B1. Grayscale: #343434. Windows color (decimal): -14664882 or 5126944. OLE color: 5126944.

HSL color Cylindrical-coordinate representation of color #203B4E: hue angle of 204.78º 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 #203B4E is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325978-
CMYK0.590.2400.69
HSL204.78º41.82%21.57%-
HSV(B)204.78º58.97%30.59%-
XYZ3.533.997.79-
YUV53.09142.05112.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=18.93%
G=34.91%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3259780.590.2400.69204.7841.8221.57
Hex203B4E3B18045cd2a16
Octal4073116733001053155226
Binary100000111011100111011101111000010001011100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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