#173240

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

Shades of Blue Whale #173240

Tints of Blue Whale #173240

Color information

#173240 (or 0x173240) is unknown color: approx Blue Whale. HEX triplet: 17, 32 and 40. RGB value is (23,50,64). Sum of RGB (Red+Green+Blue) = 23+50+64=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #173240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173240 is #E8CDBF. Grayscale: #2B2B2B. Windows color (decimal): -15257024 or 4207127. OLE color: 4207127.

HSL color Cylindrical-coordinate representation of color #173240: hue angle of 200.49º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #173240 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB235064-
CMYK0.640.2200.75
HSL200.49º47.13%17.06%-
HSV(B)200.49º64.06%25.1%-
XYZ2.422.835.27-
YUV43.52139.55113.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=16.79%
G=36.50%
B=46.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2350640.640.2200.75200.4947.1317.06
Hex173240401604Bc82f11
Octal27621001002601133105721
Binary101111100101000000100000010110010010111100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173240; }

 p { color: rgb(23,50,64); }

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

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

 a { background-color: rgb(23,50,64); }

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

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

 span { border-color: rgb(23,50,64); }

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