#163C44

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

Shades of Nordic #163C44

Tints of Nordic #163C44

Color information

#163C44 (or 0x163C44) is unknown color: approx Nordic. HEX triplet: 16, 3C and 44. RGB value is (22,60,68). Sum of RGB (Red+Green+Blue) = 22+60+68=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #163C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C44 is #E9C3BB. Grayscale: #313131. Windows color (decimal): -15319996 or 4471830. OLE color: 4471830.

HSL color Cylindrical-coordinate representation of color #163C44: hue angle of 190.43º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #163C44 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB226068-
CMYK0.680.1200.73
HSL190.43º51.11%17.65%-
HSV(B)190.43º67.65%26.67%-
XYZ2.993.826.05-
YUV49.55138.41108.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=14.67%
G=40%
B=45.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2260680.680.1200.73190.4351.1117.65
Hex163C4444C049be3312
Octal26741041041401112766322
Binary10110111100100010010001001100010010011011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163C44; }

 p { color: rgb(22,60,68); }

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

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

 a { background-color: rgb(22,60,68); }

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

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

 span { border-color: rgb(22,60,68); }

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