#17313C

Color #17313C Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #17313C

Tints of Blue Whale #17313C

Color information

#17313C (or 0x17313C) is unknown color: approx Blue Whale. HEX triplet: 17, 31 and 3C. RGB value is (23,49,60). Sum of RGB (Red+Green+Blue) = 23+49+60=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #17313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17313C is #E8CEC3. Grayscale: #2A2A2A. Windows color (decimal): -15257284 or 3944727. OLE color: 3944727.

HSL color Cylindrical-coordinate representation of color #17313C: hue angle of 197.84º 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 #17313C is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB234960-
CMYK0.620.1800.76
HSL197.84º44.58%16.27%-
HSV(B)197.84º61.67%23.53%-
XYZ2.272.714.68-
YUV42.48137.89114.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.42%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=17.42%
G=37.12%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2349600.620.1800.76197.8444.5816.27
Hex17313C3E1204Cc62d10
Octal276174762201143065520
Binary1011111000111110011111010010010011001100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17313C; }

 p { color: rgb(23,49,60); }

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

<style>
 a { background-color: #17313C; }

 a { background-color: rgb(23,49,60); }

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

<style>
 span { border-color: #17313C; }

 span { border-color: rgb(23,49,60); }

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