#172E31

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

Shades of Nordic #172E31

Tints of Nordic #172E31

Color information

#172E31 (or 0x172E31) is unknown color: approx Nordic. HEX triplet: 17, 2E and 31. RGB value is (23,46,49). Sum of RGB (Red+Green+Blue) = 23+46+49=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #172E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E31 is #E8D1CE. Grayscale: #272727. Windows color (decimal): -15258063 or 3223063. OLE color: 3223063.

HSL color Cylindrical-coordinate representation of color #172E31: hue angle of 186.92º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #172E31 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB234649-
CMYK0.530.0600.81
HSL186.92º36.11%14.12%-
HSV(B)186.92º53.06%19.22%-
XYZ1.882.363.26-
YUV39.46133.38116.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.49%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=19.49%
G=38.98%
B=41.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2346490.530.0600.81186.9236.1114.12
Hex172E31356051bb24e
Octal27566165601212734416
Binary1011110111011000111010111001010001101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172E31; }

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

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

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

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

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

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

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

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