Shades of Blue Whale #17303C
Tints of Blue Whale #17303C
RGB
CMYK
RGB Variations
Color information
#17303C (or 0x17303C) is known color: Blue Whale. HEX triplet: 17, 30 and 3C. RGB value is (23,48,60). Sum of RGB (Red+Green+Blue) = 23+48+60=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #17303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17303C is #E8CFC3. Grayscale: #292929. Windows color (decimal): -15257540 or 3944471. OLE color: 3944471.
HSL color Cylindrical-coordinate representation of color #17303C: hue angle of 199.46º 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 #17303C is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 48 | 60 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.76 |
| HSL | 199.46º | 0.45% | 0.16% | - |
| HSV(B) | 199.46º | 0.62% | 0.24% | - |
| XYZ | 2.23 | 2.62 | 4.66 | - |
| YUV | 41.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 60 | 0.62 | 0.20 | 0 | 0.76 | 199.46 | 0.45 | 0.16 |
| Hex | 17 | 30 | 3C | 3E | 14 | 0 | 4C | C7 | 2D | 10 |
| Octal | 27 | 60 | 74 | 76 | 24 | 0 | 114 | 307 | 55 | 20 |
| Binary | 10111 | 110000 | 111100 | 111110 | 10100 | 0 | 1001100 | 11000111 | 101101 | 10000 |
Color Harmonies of #17303C
Complementary color
Monochromatic Colors of #17303C
Black with #17303C
Text Example
Text Example
White with #17303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17303C; }
p { color: rgb(23,48,60); }
H1.HeaderClassName
{
color: #17303C;
}
.AnyTagClassName
{
color: #17303C;
}
</style>
background-color css
<style>
a { background-color: #17303C; }
a { background-color: rgb(23,48,60); }
div.DivClassName
{
background-color: #17303C;
}
.BgClassName
{
background-color: #17303C;
}
</style>
border-color css
<style>
span { border-color: #17303C; }
span { border-color: rgb(23,48,60); }
td.TdClassName
{
border-color: #17303C;
}
.TagClassName
{
border-color: #17303C;
}
</style>