#173134

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

Shades of Nordic #173134

Tints of Nordic #173134

Color information

#173134 (or 0x173134) is unknown color: approx Nordic. HEX triplet: 17, 31 and 34. RGB value is (23,49,52). Sum of RGB (Red+Green+Blue) = 23+49+52=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #173134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173134 is #E8CECB. Grayscale: #292929. Windows color (decimal): -15257292 or 3420439. OLE color: 3420439.

HSL color Cylindrical-coordinate representation of color #173134: hue angle of 186.21º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173134 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB234952-
CMYK0.560.0600.80
HSL186.21º38.67%14.71%-
HSV(B)186.21º55.77%20.39%-
XYZ2.072.633.65-
YUV41.57133.89114.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=18.55%
G=39.52%
B=41.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2349520.560.0600.80186.2138.6714.71
Hex173134386050ba27f
Octal27616470601202724717
Binary1011111000111010011100011001010000101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173134; }

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

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

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

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

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

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

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

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