Shades of Blue Whale #042E40
Tints of Blue Whale #042E40
RGB
CMYK
RGB Variations
Color information
#042E40 (or 0x042E40) is known color: Blue Whale. HEX triplet: 04, 2E and 40. RGB value is (4,46,64). Sum of RGB (Red+Green+Blue) = 4+46+64=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #042E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E40 is #FBD1BF. Grayscale: #232323. Windows color (decimal): -16503232 or 4206084. OLE color: 4206084.
HSL color Cylindrical-coordinate representation of color #042E40: hue angle of 198º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042E40 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 46 | 64 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.75 |
| HSL | 198º | 0.88% | 0.13% | - |
| HSV(B) | 198º | 0.94% | 0.25% | - |
| XYZ | 1.95 | 2.35 | 5.2 | - |
| YUV | 35.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 64 | 0.94 | 0.28 | 0 | 0.75 | 198 | 0.88 | 0.13 |
| Hex | 4 | 2E | 40 | 5E | 1C | 0 | 4B | C6 | 58 | D |
| Octal | 4 | 56 | 100 | 136 | 34 | 0 | 113 | 306 | 130 | 15 |
| Binary | 100 | 101110 | 1000000 | 1011110 | 11100 | 0 | 1001011 | 11000110 | 1011000 | 1101 |
Color Harmonies of #042E40
Complementary color
Monochromatic Colors of #042E40
Black with #042E40
Text Example
Text Example
White with #042E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E40; }
p { color: rgb(4,46,64); }
H1.HeaderClassName
{
color: #042E40;
}
.AnyTagClassName
{
color: #042E40;
}
</style>
background-color css
<style>
a { background-color: #042E40; }
a { background-color: rgb(4,46,64); }
div.DivClassName
{
background-color: #042E40;
}
.BgClassName
{
background-color: #042E40;
}
</style>
border-color css
<style>
span { border-color: #042E40; }
span { border-color: rgb(4,46,64); }
td.TdClassName
{
border-color: #042E40;
}
.TagClassName
{
border-color: #042E40;
}
</style>