#172F46

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

Shades of Blue Whale #172F46

Tints of Blue Whale #172F46

Color information

#172F46 (or 0x172F46) is unknown color: approx Blue Whale. HEX triplet: 17, 2F and 46. RGB value is (23,47,70). Sum of RGB (Red+Green+Blue) = 23+47+70=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #172F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F46 is #E8D0B9. Grayscale: #2A2A2A. Windows color (decimal): -15257786 or 4599575. OLE color: 4599575.

HSL color Cylindrical-coordinate representation of color #172F46: hue angle of 209.36º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #172F46 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB234770-
CMYK0.670.3300.73
HSL209.36º50.54%18.24%-
HSV(B)209.36º67.14%27.45%-
XYZ2.482.666.18-
YUV42.45143.55114.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 70 (27.73% from 255) = 50%
R=16.43%
G=33.57%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2347700.670.3300.73209.3650.5418.24
Hex172F464321049d13312
Octal27571061034101113216322
Binary1011110111110001101000011100001010010011101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172F46; }

 p { color: rgb(23,47,70); }

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

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

 a { background-color: rgb(23,47,70); }

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

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

 span { border-color: rgb(23,47,70); }

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