#173A40

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

Shades of Nordic #173A40

Tints of Nordic #173A40

Color information

#173A40 (or 0x173A40) is unknown color: approx Nordic. HEX triplet: 17, 3A and 40. RGB value is (23,58,64). Sum of RGB (Red+Green+Blue) = 23+58+64=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #173A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A40 is #E8C5BF. Grayscale: #303030. Windows color (decimal): -15254976 or 4209175. OLE color: 4209175.

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

Color convert

RGB235864-
CMYK0.640.0900.75
HSL188.78º47.13%17.06%-
HSV(B)188.78º64.06%25.1%-
XYZ2.793.585.39-
YUV48.22136.9110.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=15.86%
G=40%
B=44.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2358640.640.0900.75188.7847.1317.06
Hex173A4040904Bbd2f11
Octal27721001001101132755721
Binary10111111010100000010000001001010010111011110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,58,64); }

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

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

 a { background-color: rgb(23,58,64); }

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

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

 span { border-color: rgb(23,58,64); }

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