Shades of Blue Whale #10344B
Tints of Blue Whale #10344B
RGB
CMYK
RGB Variations
Color information
#10344B (or 0x10344B) is known color: Blue Whale. HEX triplet: 10, 34 and 4B. RGB value is (16,52,75). Sum of RGB (Red+Green+Blue) = 16+52+75=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #10344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10344B is #EFCBB4. Grayscale: #2B2B2B. Windows color (decimal): -15715253 or 4928528. OLE color: 4928528.
HSL color Cylindrical-coordinate representation of color #10344B: hue angle of 203.39º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10344B is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 52 | 75 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.71 |
| HSL | 203.39º | 0.65% | 0.18% | - |
| HSV(B) | 203.39º | 0.79% | 0.29% | - |
| XYZ | 2.71 | 3.07 | 7.11 | - |
| YUV | 43.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 75 | 0.79 | 0.31 | 0 | 0.71 | 203.39 | 0.65 | 0.18 |
| Hex | 10 | 34 | 4B | 4F | 1F | 0 | 47 | CB | 41 | 12 |
| Octal | 20 | 64 | 113 | 117 | 37 | 0 | 107 | 313 | 101 | 22 |
| Binary | 10000 | 110100 | 1001011 | 1001111 | 11111 | 0 | 1000111 | 11001011 | 1000001 | 10010 |
Color Harmonies of #10344B
Complementary color
Monochromatic Colors of #10344B
Black with #10344B
Text Example
Text Example
White with #10344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10344B; }
p { color: rgb(16,52,75); }
H1.HeaderClassName
{
color: #10344B;
}
.AnyTagClassName
{
color: #10344B;
}
</style>
background-color css
<style>
a { background-color: #10344B; }
a { background-color: rgb(16,52,75); }
div.DivClassName
{
background-color: #10344B;
}
.BgClassName
{
background-color: #10344B;
}
</style>
border-color css
<style>
span { border-color: #10344B; }
span { border-color: rgb(16,52,75); }
td.TdClassName
{
border-color: #10344B;
}
.TagClassName
{
border-color: #10344B;
}
</style>