#203E52

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

Shades of Nile Blue #203E52

Tints of Nile Blue #203E52

Color information

#203E52 (or 0x203E52) is unknown color: approx Nile Blue. HEX triplet: 20, 3E and 52. RGB value is (32,62,82). Sum of RGB (Red+Green+Blue) = 32+62+82=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #203E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E52 is #DFC1AD. Grayscale: #373737. Windows color (decimal): -14664110 or 5389856. OLE color: 5389856.

HSL color Cylindrical-coordinate representation of color #203E52: hue angle of 204º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203E52 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB326282-
CMYK0.610.2400.68
HSL204º43.86%22.35%-
HSV(B)204º60.98%32.16%-
XYZ3.844.368.62-
YUV55.31143.06111.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=18.18%
G=35.23%
B=46.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3262820.610.2400.6820443.8622.35
Hex203E523D18044cc2c16
Octal4076122753001043145426
Binary100000111110101001011110111000010001001100110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,62,82); }

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

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

 a { background-color: rgb(32,62,82); }

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

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

 span { border-color: rgb(32,62,82); }

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