Shades of Blue Whale #042D3D
Tints of Blue Whale #042D3D
RGB
CMYK
RGB Variations
Color information
#042D3D (or 0x042D3D) is known color: Blue Whale. HEX triplet: 04, 2D and 3D. RGB value is (4,45,61). Sum of RGB (Red+Green+Blue) = 4+45+61=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #042D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D3D is #FBD2C2. Grayscale: #222222. Windows color (decimal): -16503491 or 4009220. OLE color: 4009220.
HSL color Cylindrical-coordinate representation of color #042D3D: hue angle of 196.84º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042D3D is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 45 | 61 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.76 |
| HSL | 196.84º | 0.88% | 0.13% | - |
| HSV(B) | 196.84º | 0.93% | 0.24% | - |
| XYZ | 1.83 | 2.24 | 4.75 | - |
| YUV | 34.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 61 | 0.93 | 0.26 | 0 | 0.76 | 196.84 | 0.88 | 0.13 |
| Hex | 4 | 2D | 3D | 5D | 1A | 0 | 4C | C5 | 58 | D |
| Octal | 4 | 55 | 75 | 135 | 32 | 0 | 114 | 305 | 130 | 15 |
| Binary | 100 | 101101 | 111101 | 1011101 | 11010 | 0 | 1001100 | 11000101 | 1011000 | 1101 |
Color Harmonies of #042D3D
Complementary color
Monochromatic Colors of #042D3D
Black with #042D3D
Text Example
Text Example
White with #042D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D3D; }
p { color: rgb(4,45,61); }
H1.HeaderClassName
{
color: #042D3D;
}
.AnyTagClassName
{
color: #042D3D;
}
</style>
background-color css
<style>
a { background-color: #042D3D; }
a { background-color: rgb(4,45,61); }
div.DivClassName
{
background-color: #042D3D;
}
.BgClassName
{
background-color: #042D3D;
}
</style>
border-color css
<style>
span { border-color: #042D3D; }
span { border-color: rgb(4,45,61); }
td.TdClassName
{
border-color: #042D3D;
}
.TagClassName
{
border-color: #042D3D;
}
</style>