#20393F

Color #20393F Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #20393F

Tints of Nordic #20393F

Color information

#20393F (or 0x20393F) is unknown color: approx Nordic. HEX triplet: 20, 39 and 3F. RGB value is (32,57,63). Sum of RGB (Red+Green+Blue) = 32+57+63=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #20393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20393F is #DFC6C0. Grayscale: #323232. Windows color (decimal): -14665409 or 4143392. OLE color: 4143392.

HSL color Cylindrical-coordinate representation of color #20393F: hue angle of 191.61º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20393F is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB325763-
CMYK0.490.1000.75
HSL191.61º32.63%18.63%-
HSV(B)191.61º49.21%24.71%-
XYZ2.963.595.24-
YUV50.21135.22115.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 63 (25% from 255) = 41.45%
R=21.05%
G=37.5%
B=41.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3257630.490.1000.75191.6132.6318.63
Hex20393F31A04Bc02113
Octal407177611201133004123
Binary1000001110011111111100011010010010111100000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20393F; }

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

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

<style>
 a { background-color: #20393F; }

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

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

<style>
 span { border-color: #20393F; }

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

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