#17343B

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

Shades of Nordic #17343B

Tints of Nordic #17343B

Color information

#17343B (or 0x17343B) is unknown color: approx Nordic. HEX triplet: 17, 34 and 3B. RGB value is (23,52,59). Sum of RGB (Red+Green+Blue) = 23+52+59=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #17343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17343B is #E8CBC4. Grayscale: #2C2C2C. Windows color (decimal): -15256517 or 3879959. OLE color: 3879959.

HSL color Cylindrical-coordinate representation of color #17343B: hue angle of 191.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17343B is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB235259-
CMYK0.610.1200.77
HSL191.67º43.9%16.08%-
HSV(B)191.67º61.02%23.14%-
XYZ2.372.954.58-
YUV44.13136.39112.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=17.16%
G=38.81%
B=44.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2352590.610.1200.77191.6743.916.08
Hex17343B3DC04Dc02c10
Octal276473751401153005420
Binary101111101001110111111011100010011011100000010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17343B; }

 p { color: rgb(23,52,59); }

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

<style>
 a { background-color: #17343B; }

 a { background-color: rgb(23,52,59); }

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

<style>
 span { border-color: #17343B; }

 span { border-color: rgb(23,52,59); }

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