#172F35

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

Shades of Nordic #172F35

Tints of Nordic #172F35

Color information

#172F35 (or 0x172F35) is unknown color: approx Nordic. HEX triplet: 17, 2F and 35. RGB value is (23,47,53). Sum of RGB (Red+Green+Blue) = 23+47+53=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #172F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F35 is #E8D0CA. Grayscale: #282828. Windows color (decimal): -15257803 or 3485463. OLE color: 3485463.

HSL color Cylindrical-coordinate representation of color #172F35: hue angle of 192º 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 #172F35 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB234753-
CMYK0.570.1100.79
HSL192º39.47%14.9%-
HSV(B)192º56.6%20.78%-
XYZ2.012.473.74-
YUV40.51135.05115.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=18.70%
G=38.21%
B=43.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2347530.570.1100.7919239.4714.9
Hex172F3539B04Fc027f
Octal275765711301173004717
Binary10111101111110101111001101101001111110000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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