Shades of Blue Whale #103744
Tints of Blue Whale #103744
RGB
CMYK
RGB Variations
Color information
#103744 (or 0x103744) is known color: Blue Whale. HEX triplet: 10, 37 and 44. RGB value is (16,55,68). Sum of RGB (Red+Green+Blue) = 16+55+68=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #103744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103744 is #EFC8BB. Grayscale: #2C2C2C. Windows color (decimal): -15714492 or 4470544. OLE color: 4470544.
HSL color Cylindrical-coordinate representation of color #103744: hue angle of 195º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103744 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 55 | 68 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.73 |
| HSL | 195º | 0.62% | 0.16% | - |
| HSV(B) | 195º | 0.76% | 0.27% | - |
| XYZ | 2.62 | 3.26 | 5.96 | - |
| YUV | 44.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 68 | 0.76 | 0.19 | 0 | 0.73 | 195 | 0.62 | 0.16 |
| Hex | 10 | 37 | 44 | 4C | 13 | 0 | 49 | C3 | 3E | 10 |
| Octal | 20 | 67 | 104 | 114 | 23 | 0 | 111 | 303 | 76 | 20 |
| Binary | 10000 | 110111 | 1000100 | 1001100 | 10011 | 0 | 1001001 | 11000011 | 111110 | 10000 |
Color Harmonies of #103744
Complementary color
Monochromatic Colors of #103744
Black with #103744
Text Example
Text Example
White with #103744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103744; }
p { color: rgb(16,55,68); }
H1.HeaderClassName
{
color: #103744;
}
.AnyTagClassName
{
color: #103744;
}
</style>
background-color css
<style>
a { background-color: #103744; }
a { background-color: rgb(16,55,68); }
div.DivClassName
{
background-color: #103744;
}
.BgClassName
{
background-color: #103744;
}
</style>
border-color css
<style>
span { border-color: #103744; }
span { border-color: rgb(16,55,68); }
td.TdClassName
{
border-color: #103744;
}
.TagClassName
{
border-color: #103744;
}
</style>