#173133

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

Shades of Nordic #173133

Tints of Nordic #173133

Color information

#173133 (or 0x173133) is unknown color: approx Nordic. HEX triplet: 17, 31 and 33. RGB value is (23,49,51). Sum of RGB (Red+Green+Blue) = 23+49+51=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #173133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173133 is #E8CECC. Grayscale: #292929. Windows color (decimal): -15257293 or 3354903. OLE color: 3354903.

HSL color Cylindrical-coordinate representation of color #173133: hue angle of 184.29º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #173133 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB234951-
CMYK0.550.0400.8
HSL184.29º37.84%14.51%-
HSV(B)184.29º54.9%20%-
XYZ2.052.623.53-
YUV41.45133.39114.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=18.70%
G=39.84%
B=41.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2349510.550.0400.8184.2937.8414.51
Hex173133374050b826f
Octal27616367401202704617
Binary1011111000111001111011110001010000101110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173133; }

 p { color: rgb(23,49,51); }

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

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

 a { background-color: rgb(23,49,51); }

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

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

 span { border-color: rgb(23,49,51); }

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