Shades of Blue Whale #10344D
Tints of Blue Whale #10344D
RGB
CMYK
RGB Variations
Color information
#10344D (or 0x10344D) is known color: Blue Whale. HEX triplet: 10, 34 and 4D. RGB value is (16,52,77). Sum of RGB (Red+Green+Blue) = 16+52+77=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #10344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10344D is #EFCBB2. Grayscale: #2B2B2B. Windows color (decimal): -15715251 or 5059600. OLE color: 5059600.
HSL color Cylindrical-coordinate representation of color #10344D: hue angle of 204.59º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10344D is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 52 | 77 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.70 |
| HSL | 204.59º | 0.66% | 0.18% | - |
| HSV(B) | 204.59º | 0.79% | 0.3% | - |
| XYZ | 2.78 | 3.1 | 7.47 | - |
| YUV | 44.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 77 | 0.79 | 0.32 | 0 | 0.70 | 204.59 | 0.66 | 0.18 |
| Hex | 10 | 34 | 4D | 4F | 20 | 0 | 46 | CD | 42 | 12 |
| Octal | 20 | 64 | 115 | 117 | 40 | 0 | 106 | 315 | 102 | 22 |
| Binary | 10000 | 110100 | 1001101 | 1001111 | 100000 | 0 | 1000110 | 11001101 | 1000010 | 10010 |
Color Harmonies of #10344D
Complementary color
Monochromatic Colors of #10344D
Black with #10344D
Text Example
Text Example
White with #10344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10344D; }
p { color: rgb(16,52,77); }
H1.HeaderClassName
{
color: #10344D;
}
.AnyTagClassName
{
color: #10344D;
}
</style>
background-color css
<style>
a { background-color: #10344D; }
a { background-color: rgb(16,52,77); }
div.DivClassName
{
background-color: #10344D;
}
.BgClassName
{
background-color: #10344D;
}
</style>
border-color css
<style>
span { border-color: #10344D; }
span { border-color: rgb(16,52,77); }
td.TdClassName
{
border-color: #10344D;
}
.TagClassName
{
border-color: #10344D;
}
</style>