Shades of Blue Whale #103346
Tints of Blue Whale #103346
RGB
CMYK
RGB Variations
Color information
#103346 (or 0x103346) is known color: Blue Whale. HEX triplet: 10, 33 and 46. RGB value is (16,51,70). Sum of RGB (Red+Green+Blue) = 16+51+70=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #103346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103346 is #EFCCB9. Grayscale: #2A2A2A. Windows color (decimal): -15715514 or 4600592. OLE color: 4600592.
HSL color Cylindrical-coordinate representation of color #103346: hue angle of 201.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103346 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 51 | 70 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.73 |
| HSL | 201.11º | 0.63% | 0.17% | - |
| HSV(B) | 201.11º | 0.77% | 0.27% | - |
| XYZ | 2.5 | 2.92 | 6.23 | - |
| YUV | 42.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 70 | 0.77 | 0.27 | 0 | 0.73 | 201.11 | 0.63 | 0.17 |
| Hex | 10 | 33 | 46 | 4D | 1B | 0 | 49 | C9 | 3F | 11 |
| Octal | 20 | 63 | 106 | 115 | 33 | 0 | 111 | 311 | 77 | 21 |
| Binary | 10000 | 110011 | 1000110 | 1001101 | 11011 | 0 | 1001001 | 11001001 | 111111 | 10001 |
Color Harmonies of #103346
Complementary color
Monochromatic Colors of #103346
Black with #103346
Text Example
Text Example
White with #103346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103346; }
p { color: rgb(16,51,70); }
H1.HeaderClassName
{
color: #103346;
}
.AnyTagClassName
{
color: #103346;
}
</style>
background-color css
<style>
a { background-color: #103346; }
a { background-color: rgb(16,51,70); }
div.DivClassName
{
background-color: #103346;
}
.BgClassName
{
background-color: #103346;
}
</style>
border-color css
<style>
span { border-color: #103346; }
span { border-color: rgb(16,51,70); }
td.TdClassName
{
border-color: #103346;
}
.TagClassName
{
border-color: #103346;
}
</style>