#173033

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

Shades of Nordic #173033

Tints of Nordic #173033

Color information

#173033 (or 0x173033) is unknown color: approx Nordic. HEX triplet: 17, 30 and 33. RGB value is (23,48,51). Sum of RGB (Red+Green+Blue) = 23+48+51=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #173033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173033 is #E8CFCC. Grayscale: #282828. Windows color (decimal): -15257549 or 3354647. OLE color: 3354647.

HSL color Cylindrical-coordinate representation of color #173033: hue angle of 186.43º 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 #173033 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB234851-
CMYK0.550.0600.8
HSL186.43º37.84%14.51%-
HSV(B)186.43º54.9%20%-
XYZ2.012.543.52-
YUV40.87133.72115.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=18.85%
G=39.34%
B=41.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2348510.550.0600.8186.4337.8414.51
Hex173033376050ba26f
Octal27606367601202724617
Binary1011111000011001111011111001010000101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173033; }

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

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

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

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

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

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

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

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