#17353B

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

Shades of Nordic #17353B

Tints of Nordic #17353B

Color information

#17353B (or 0x17353B) is unknown color: approx Nordic. HEX triplet: 17, 35 and 3B. RGB value is (23,53,59). Sum of RGB (Red+Green+Blue) = 23+53+59=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #17353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17353B is #E8CAC4. Grayscale: #2C2C2C. Windows color (decimal): -15256261 or 3880215. OLE color: 3880215.

HSL color Cylindrical-coordinate representation of color #17353B: hue angle of 190º 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 #17353B is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB235359-
CMYK0.610.1000.77
HSL190º43.9%16.08%-
HSV(B)190º61.02%23.14%-
XYZ2.423.044.6-
YUV44.71136.06112.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=17.04%
G=39.26%
B=43.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2353590.610.1000.7719043.916.08
Hex17353B3DA04Dbe2c10
Octal276573751201152765420
Binary101111101011110111111011010010011011011111010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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