#173135

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

Shades of Nordic #173135

Tints of Nordic #173135

Color information

#173135 (or 0x173135) is unknown color: approx Nordic. HEX triplet: 17, 31 and 35. RGB value is (23,49,53). Sum of RGB (Red+Green+Blue) = 23+49+53=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #173135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173135 is #E8CECA. Grayscale: #292929. Windows color (decimal): -15257291 or 3485975. OLE color: 3485975.

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

Color convert

RGB234953-
CMYK0.570.0800.79
HSL188º39.47%14.9%-
HSV(B)188º56.6%20.78%-
XYZ2.092.643.77-
YUV41.68134.39114.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=18.4%
G=39.2%
B=42.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2349530.570.0800.7918839.4714.9
Hex17313539804Fbc27f
Octal276165711001172744717
Binary10111110001110101111001100001001111101111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173135; }

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

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

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

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

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

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

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

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