#173C41

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

Shades of Nordic #173C41

Tints of Nordic #173C41

Color information

#173C41 (or 0x173C41) is unknown color: approx Nordic. HEX triplet: 17, 3C and 41. RGB value is (23,60,65). Sum of RGB (Red+Green+Blue) = 23+60+65=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #173C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C41 is #E8C3BE. Grayscale: #313131. Windows color (decimal): -15254463 or 4275223. OLE color: 4275223.

HSL color Cylindrical-coordinate representation of color #173C41: hue angle of 187.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173C41 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB236065-
CMYK0.650.0800.75
HSL187.14º47.73%17.25%-
HSV(B)187.14º64.62%25.49%-
XYZ2.923.85.58-
YUV49.51136.74109.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=15.54%
G=40.54%
B=43.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2360650.650.0800.75187.1447.7317.25
Hex173C4141804Bbb3011
Octal27741011011001132736021
Binary10111111100100000110000011000010010111011101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,60,65); }

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

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

 a { background-color: rgb(23,60,65); }

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

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

 span { border-color: rgb(23,60,65); }

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