#204043

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

Shades of Nordic #204043

Tints of Nordic #204043

Color information

#204043 (or 0x204043) is unknown color: approx Nordic. HEX triplet: 20, 40 and 43. RGB value is (32,64,67). Sum of RGB (Red+Green+Blue) = 32+64+67=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #204043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204043 is #DFBFBC. Grayscale: #363636. Windows color (decimal): -14663613 or 4407328. OLE color: 4407328.

HSL color Cylindrical-coordinate representation of color #204043: hue angle of 185.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204043 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB326467-
CMYK0.520.0400.74
HSL185.14º35.35%19.41%-
HSV(B)185.14º52.24%26.27%-
XYZ3.444.385.97-
YUV54.77134.9111.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=19.63%
G=39.26%
B=41.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3264670.520.0400.74185.1435.3519.41
Hex20404334404Ab92313
Octal4010010364401122714323
Binary10000010000001000011110100100010010101011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204043; }

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

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

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

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

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

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

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

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