Shades of Blue Whale #002E46
Tints of Blue Whale #002E46
RGB
CMYK
RGB Variations
Color information
#002E46 (or 0x002E46) is known color: Blue Whale. HEX triplet: 00, 2E and 46. RGB value is (0,46,70). Sum of RGB (Red+Green+Blue) = 0+46+70=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #002E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E46 is #FFD1B9. Grayscale: #222222. Windows color (decimal): -16765370 or 4599296. OLE color: 4599296.
HSL color Cylindrical-coordinate representation of color #002E46: hue angle of 200.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E46 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 46 | 70 | - |
| CMYK | 1 | 0.34 | 0 | 0.73 |
| HSL | 200.57º | 1% | 0.14% | - |
| HSV(B) | 200.57º | 1% | 0.27% | - |
| XYZ | 2.08 | 2.4 | 6.15 | - |
| YUV | 34.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 70 | 1 | 0.34 | 0 | 0.73 | 200.57 | 1 | 0.14 |
| Hex | 0 | 2E | 46 | 64 | 22 | 0 | 49 | C9 | 64 | E |
| Octal | 0 | 56 | 106 | 144 | 42 | 0 | 111 | 311 | 144 | 16 |
| Binary | 0 | 101110 | 1000110 | 1100100 | 100010 | 0 | 1001001 | 11001001 | 1100100 | 1110 |
Color Harmonies of #002E46
Complementary color
Monochromatic Colors of #002E46
Black with #002E46
Text Example
Text Example
White with #002E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E46; }
p { color: rgb(0,46,70); }
H1.HeaderClassName
{
color: #002E46;
}
.AnyTagClassName
{
color: #002E46;
}
</style>
background-color css
<style>
a { background-color: #002E46; }
a { background-color: rgb(0,46,70); }
div.DivClassName
{
background-color: #002E46;
}
.BgClassName
{
background-color: #002E46;
}
</style>
border-color css
<style>
span { border-color: #002E46; }
span { border-color: rgb(0,46,70); }
td.TdClassName
{
border-color: #002E46;
}
.TagClassName
{
border-color: #002E46;
}
</style>