#17343D

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

Shades of Nordic #17343D

Tints of Nordic #17343D

Color information

#17343D (or 0x17343D) is unknown color: approx Nordic. HEX triplet: 17, 34 and 3D. RGB value is (23,52,61). Sum of RGB (Red+Green+Blue) = 23+52+61=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #17343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17343D is #E8CBC2. Grayscale: #2C2C2C. Windows color (decimal): -15256515 or 4011031. OLE color: 4011031.

HSL color Cylindrical-coordinate representation of color #17343D: hue angle of 194.21º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17343D is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB235261-
CMYK0.620.1500.76
HSL194.21º45.24%16.47%-
HSV(B)194.21º62.3%23.92%-
XYZ2.422.984.86-
YUV44.36137.39112.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.91%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=16.91%
G=38.24%
B=44.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2352610.620.1500.76194.2145.2416.47
Hex17343D3EF04Cc22d10
Octal276475761701143025520
Binary101111101001111011111101111010011001100001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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