#203B4C

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

Shades of Nile Blue #203B4C

Tints of Nile Blue #203B4C

Color information

#203B4C (or 0x203B4C) is unknown color: approx Nile Blue. HEX triplet: 20, 3B and 4C. RGB value is (32,59,76). Sum of RGB (Red+Green+Blue) = 32+59+76=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #203B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B4C is #DFC4B3. Grayscale: #343434. Windows color (decimal): -14664884 or 4995872. OLE color: 4995872.

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

Color convert

RGB325976-
CMYK0.580.2200.70
HSL203.18º40.74%21.18%-
HSV(B)203.18º57.89%29.8%-
XYZ3.463.967.42-
YUV52.86141.05113.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=19.16%
G=35.33%
B=45.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3259760.580.2200.70203.1840.7421.18
Hex203B4C3A16046cb2915
Octal4073114722601063135125
Binary100000111011100110011101010110010001101100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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