#204044

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

Shades of Nordic #204044

Tints of Nordic #204044

Color information

#204044 (or 0x204044) is unknown color: approx Nordic. HEX triplet: 20, 40 and 44. RGB value is (32,64,68). Sum of RGB (Red+Green+Blue) = 32+64+68=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #204044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204044 is #DFBFBB. Grayscale: #363636. Windows color (decimal): -14663612 or 4472864. OLE color: 4472864.

HSL color Cylindrical-coordinate representation of color #204044: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204044 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB326468-
CMYK0.530.0600.73
HSL186.67º36%19.61%-
HSV(B)186.67º52.94%26.67%-
XYZ3.474.396.13-
YUV54.89135.4111.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3264680.530.0600.73186.673619.61
Hex204044356049bb2414
Octal4010010465601112734424
Binary10000010000001000100110101110010010011011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204044; }

 p { color: rgb(32,64,68); }

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

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

 a { background-color: rgb(32,64,68); }

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

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

 span { border-color: rgb(32,64,68); }

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