#203F52

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

Shades of Nile Blue #203F52

Tints of Nile Blue #203F52

Color information

#203F52 (or 0x203F52) is unknown color: approx Nile Blue. HEX triplet: 20, 3F and 52. RGB value is (32,63,82). Sum of RGB (Red+Green+Blue) = 32+63+82=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #203F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F52 is #DFC0AD. Grayscale: #373737. Windows color (decimal): -14663854 or 5390112. OLE color: 5390112.

HSL color Cylindrical-coordinate representation of color #203F52: hue angle of 202.8º 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 #203F52 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB326382-
CMYK0.610.2300.68
HSL202.8º43.86%22.35%-
HSV(B)202.8º60.98%32.16%-
XYZ3.94.478.64-
YUV55.9142.73110.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=18.08%
G=35.59%
B=46.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3263820.610.2300.68202.843.8622.35
Hex203F523D17044cb2c16
Octal4077122752701043135426
Binary100000111111101001011110110111010001001100101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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