#20394E

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

Shades of Nile Blue #20394E

Tints of Nile Blue #20394E

Color information

#20394E (or 0x20394E) is unknown color: approx Nile Blue. HEX triplet: 20, 39 and 4E. RGB value is (32,57,78). Sum of RGB (Red+Green+Blue) = 32+57+78=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #20394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20394E is #DFC6B1. Grayscale: #333333. Windows color (decimal): -14665394 or 5126432. OLE color: 5126432.

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

Color convert

RGB325778-
CMYK0.590.2700.69
HSL207.39º41.82%21.57%-
HSV(B)207.39º58.97%30.59%-
XYZ3.433.787.76-
YUV51.92142.72113.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=19.16%
G=34.13%
B=46.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3257780.590.2700.69207.3941.8221.57
Hex20394E3B1B045cf2a16
Octal4071116733301053175226
Binary100000111001100111011101111011010001011100111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20394E; }

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

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

<style>
 a { background-color: #20394E; }

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

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

<style>
 span { border-color: #20394E; }

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

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