Shades of Blue Whale #17354C
Tints of Blue Whale #17354C
RGB
CMYK
RGB Variations
Color information
#17354C (or 0x17354C) is known color: Blue Whale. HEX triplet: 17, 35 and 4C. RGB value is (23,53,76). Sum of RGB (Red+Green+Blue) = 23+53+76=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #17354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17354C is #E8CAB3. Grayscale: #2E2E2E. Windows color (decimal): -15256244 or 4994327. OLE color: 4994327.
HSL color Cylindrical-coordinate representation of color #17354C: hue angle of 206.04º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17354C is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 53 | 76 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.70 |
| HSL | 206.04º | 0.54% | 0.19% | - |
| HSV(B) | 206.04º | 0.7% | 0.3% | - |
| XYZ | 2.93 | 3.25 | 7.31 | - |
| YUV | 46.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 76 | 0.70 | 0.30 | 0 | 0.70 | 206.04 | 0.54 | 0.19 |
| Hex | 17 | 35 | 4C | 46 | 1E | 0 | 46 | CE | 36 | 13 |
| Octal | 27 | 65 | 114 | 106 | 36 | 0 | 106 | 316 | 66 | 23 |
| Binary | 10111 | 110101 | 1001100 | 1000110 | 11110 | 0 | 1000110 | 11001110 | 110110 | 10011 |
Color Harmonies of #17354C
Complementary color
Monochromatic Colors of #17354C
Black with #17354C
Text Example
Text Example
White with #17354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17354C; }
p { color: rgb(23,53,76); }
H1.HeaderClassName
{
color: #17354C;
}
.AnyTagClassName
{
color: #17354C;
}
</style>
background-color css
<style>
a { background-color: #17354C; }
a { background-color: rgb(23,53,76); }
div.DivClassName
{
background-color: #17354C;
}
.BgClassName
{
background-color: #17354C;
}
</style>
border-color css
<style>
span { border-color: #17354C; }
span { border-color: rgb(23,53,76); }
td.TdClassName
{
border-color: #17354C;
}
.TagClassName
{
border-color: #17354C;
}
</style>