Shades of Blue Whale #04354D
Tints of Blue Whale #04354D
RGB
CMYK
RGB Variations
Color information
#04354D (or 0x04354D) is known color: Blue Whale. HEX triplet: 04, 35 and 4D. RGB value is (4,53,77). Sum of RGB (Red+Green+Blue) = 4+53+77=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #04354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04354D is #FBCAB2. Grayscale: #282828. Windows color (decimal): -16501427 or 5059844. OLE color: 5059844.
HSL color Cylindrical-coordinate representation of color #04354D: hue angle of 199.73º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04354D is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 53 | 77 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.70 |
| HSL | 199.73º | 0.9% | 0.16% | - |
| HSV(B) | 199.73º | 0.95% | 0.3% | - |
| XYZ | 2.66 | 3.11 | 7.48 | - |
| YUV | 41.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 77 | 0.95 | 0.31 | 0 | 0.70 | 199.73 | 0.9 | 0.16 |
| Hex | 4 | 35 | 4D | 5F | 1F | 0 | 46 | C8 | 5A | 10 |
| Octal | 4 | 65 | 115 | 137 | 37 | 0 | 106 | 310 | 132 | 20 |
| Binary | 100 | 110101 | 1001101 | 1011111 | 11111 | 0 | 1000110 | 11001000 | 1011010 | 10000 |
Color Harmonies of #04354D
Complementary color
Monochromatic Colors of #04354D
Black with #04354D
Text Example
Text Example
White with #04354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04354D; }
p { color: rgb(4,53,77); }
H1.HeaderClassName
{
color: #04354D;
}
.AnyTagClassName
{
color: #04354D;
}
</style>
background-color css
<style>
a { background-color: #04354D; }
a { background-color: rgb(4,53,77); }
div.DivClassName
{
background-color: #04354D;
}
.BgClassName
{
background-color: #04354D;
}
</style>
border-color css
<style>
span { border-color: #04354D; }
span { border-color: rgb(4,53,77); }
td.TdClassName
{
border-color: #04354D;
}
.TagClassName
{
border-color: #04354D;
}
</style>