Shades of Blue Whale #042D44
Tints of Blue Whale #042D44
RGB
CMYK
RGB Variations
Color information
#042D44 (or 0x042D44) is known color: Blue Whale. HEX triplet: 04, 2D and 44. RGB value is (4,45,68). Sum of RGB (Red+Green+Blue) = 4+45+68=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #042D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D44 is #FBD2BB. Grayscale: #232323. Windows color (decimal): -16503484 or 4467972. OLE color: 4467972.
HSL color Cylindrical-coordinate representation of color #042D44: hue angle of 201.56º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042D44 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 45 | 68 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.73 |
| HSL | 201.56º | 0.89% | 0.14% | - |
| HSV(B) | 201.56º | 0.94% | 0.27% | - |
| XYZ | 2.03 | 2.32 | 5.81 | - |
| YUV | 35.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 68 | 0.94 | 0.34 | 0 | 0.73 | 201.56 | 0.89 | 0.14 |
| Hex | 4 | 2D | 44 | 5E | 22 | 0 | 49 | CA | 59 | E |
| Octal | 4 | 55 | 104 | 136 | 42 | 0 | 111 | 312 | 131 | 16 |
| Binary | 100 | 101101 | 1000100 | 1011110 | 100010 | 0 | 1001001 | 11001010 | 1011001 | 1110 |
Color Harmonies of #042D44
Complementary color
Monochromatic Colors of #042D44
Black with #042D44
Text Example
Text Example
White with #042D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D44; }
p { color: rgb(4,45,68); }
H1.HeaderClassName
{
color: #042D44;
}
.AnyTagClassName
{
color: #042D44;
}
</style>
background-color css
<style>
a { background-color: #042D44; }
a { background-color: rgb(4,45,68); }
div.DivClassName
{
background-color: #042D44;
}
.BgClassName
{
background-color: #042D44;
}
</style>
border-color css
<style>
span { border-color: #042D44; }
span { border-color: rgb(4,45,68); }
td.TdClassName
{
border-color: #042D44;
}
.TagClassName
{
border-color: #042D44;
}
</style>