#163436

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

Shades of Nordic #163436

Tints of Nordic #163436

Color information

#163436 (or 0x163436) is unknown color: approx Nordic. HEX triplet: 16, 34 and 36. RGB value is (22,52,54). Sum of RGB (Red+Green+Blue) = 22+52+54=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #163436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163436 is #E9CBC9. Grayscale: #2B2B2B. Windows color (decimal): -15322058 or 3552278. OLE color: 3552278.

HSL color Cylindrical-coordinate representation of color #163436: hue angle of 183.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163436 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB225254-
CMYK0.590.0400.79
HSL183.75º42.11%14.9%-
HSV(B)183.75º59.26%21.18%-
XYZ2.222.893.93-
YUV43.26134.06112.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=17.19%
G=40.62%
B=42.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2252540.590.0400.79183.7542.1114.9
Hex1634363B404Fb82af
Octal26646673401172705217
Binary1011011010011011011101110001001111101110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163436; }

 p { color: rgb(22,52,54); }

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

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

 a { background-color: rgb(22,52,54); }

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

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

 span { border-color: rgb(22,52,54); }

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