#173F48

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

Shades of Nordic #173F48

Tints of Nordic #173F48

Color information

#173F48 (or 0x173F48) is unknown color: approx Nordic. HEX triplet: 17, 3F and 48. RGB value is (23,63,72). Sum of RGB (Red+Green+Blue) = 23+63+72=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #173F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F48 is #E8C0B7. Grayscale: #333333. Windows color (decimal): -15253688 or 4734743. OLE color: 4734743.

HSL color Cylindrical-coordinate representation of color #173F48: hue angle of 191.02º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #173F48 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB236372-
CMYK0.680.1200.72
HSL191.02º51.58%18.63%-
HSV(B)191.02º68.06%28.24%-
XYZ3.34.216.77-
YUV52.07139.25107.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=14.56%
G=39.87%
B=45.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2363720.680.1200.72191.0251.5818.63
Hex173F4844C048bf3413
Octal27771101041401102776423
Binary10111111111100100010001001100010010001011111111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173F48; }

 p { color: rgb(23,63,72); }

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

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

 a { background-color: rgb(23,63,72); }

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

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

 span { border-color: rgb(23,63,72); }

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