#203B4F

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

Shades of Nile Blue #203B4F

Tints of Nile Blue #203B4F

Color information

#203B4F (or 0x203B4F) is unknown color: approx Nile Blue. HEX triplet: 20, 3B and 4F. RGB value is (32,59,79). Sum of RGB (Red+Green+Blue) = 32+59+79=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #203B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B4F is #DFC4B0. Grayscale: #353535. Windows color (decimal): -14664881 or 5192480. OLE color: 5192480.

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

Color convert

RGB325979-
CMYK0.590.2500.69
HSL205.53º42.34%21.76%-
HSV(B)205.53º59.49%30.98%-
XYZ3.5747.98-
YUV53.21142.55112.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=18.82%
G=34.71%
B=46.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3259790.590.2500.69205.5342.3421.76
Hex203B4F3B19045ce2a16
Octal4073117733101053165226
Binary100000111011100111111101111001010001011100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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