Shades of Blue Whale #10344A
Tints of Blue Whale #10344A
RGB
CMYK
RGB Variations
Color information
#10344A (or 0x10344A) is known color: Blue Whale. HEX triplet: 10, 34 and 4A. RGB value is (16,52,74). Sum of RGB (Red+Green+Blue) = 16+52+74=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #10344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10344A is #EFCBB5. Grayscale: #2B2B2B. Windows color (decimal): -15715254 or 4862992. OLE color: 4862992.
HSL color Cylindrical-coordinate representation of color #10344A: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10344A is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 52 | 74 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.71 |
| HSL | 202.76º | 0.64% | 0.18% | - |
| HSV(B) | 202.76º | 0.78% | 0.29% | - |
| XYZ | 2.68 | 3.06 | 6.93 | - |
| YUV | 43.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 74 | 0.78 | 0.30 | 0 | 0.71 | 202.76 | 0.64 | 0.18 |
| Hex | 10 | 34 | 4A | 4E | 1E | 0 | 47 | CB | 40 | 12 |
| Octal | 20 | 64 | 112 | 116 | 36 | 0 | 107 | 313 | 100 | 22 |
| Binary | 10000 | 110100 | 1001010 | 1001110 | 11110 | 0 | 1000111 | 11001011 | 1000000 | 10010 |
Color Harmonies of #10344A
Complementary color
Monochromatic Colors of #10344A
Black with #10344A
Text Example
Text Example
White with #10344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10344A; }
p { color: rgb(16,52,74); }
H1.HeaderClassName
{
color: #10344A;
}
.AnyTagClassName
{
color: #10344A;
}
</style>
background-color css
<style>
a { background-color: #10344A; }
a { background-color: rgb(16,52,74); }
div.DivClassName
{
background-color: #10344A;
}
.BgClassName
{
background-color: #10344A;
}
</style>
border-color css
<style>
span { border-color: #10344A; }
span { border-color: rgb(16,52,74); }
td.TdClassName
{
border-color: #10344A;
}
.TagClassName
{
border-color: #10344A;
}
</style>