#17383B

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

Shades of Nordic #17383B

Tints of Nordic #17383B

Color information

#17383B (or 0x17383B) is unknown color: approx Nordic. HEX triplet: 17, 38 and 3B. RGB value is (23,56,59). Sum of RGB (Red+Green+Blue) = 23+56+59=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #17383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17383B is #E8C7C4. Grayscale: #2E2E2E. Windows color (decimal): -15255493 or 3880983. OLE color: 3880983.

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

Color convert

RGB235659-
CMYK0.610.0500.77
HSL185º43.9%16.08%-
HSV(B)185º61.02%23.14%-
XYZ2.563.334.64-
YUV46.48135.07111.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=16.67%
G=40.58%
B=42.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2356590.610.0500.7718543.916.08
Hex17383B3D504Db92c10
Octal27707375501152715420
Binary10111111000111011111101101010011011011100110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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