Shades of Blue Whale #04324B
Tints of Blue Whale #04324B
RGB
CMYK
RGB Variations
Color information
#04324B (or 0x04324B) is known color: Blue Whale. HEX triplet: 04, 32 and 4B. RGB value is (4,50,75). Sum of RGB (Red+Green+Blue) = 4+50+75=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #04324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04324B is #FBCDB4. Grayscale: #262626. Windows color (decimal): -16502197 or 4928004. OLE color: 4928004.
HSL color Cylindrical-coordinate representation of color #04324B: hue angle of 201.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04324B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 50 | 75 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.71 |
| HSL | 201.13º | 0.9% | 0.15% | - |
| HSV(B) | 201.13º | 0.95% | 0.29% | - |
| XYZ | 2.46 | 2.82 | 7.07 | - |
| YUV | 39.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 75 | 0.95 | 0.33 | 0 | 0.71 | 201.13 | 0.9 | 0.15 |
| Hex | 4 | 32 | 4B | 5F | 21 | 0 | 47 | C9 | 5A | F |
| Octal | 4 | 62 | 113 | 137 | 41 | 0 | 107 | 311 | 132 | 17 |
| Binary | 100 | 110010 | 1001011 | 1011111 | 100001 | 0 | 1000111 | 11001001 | 1011010 | 1111 |
Color Harmonies of #04324B
Complementary color
Monochromatic Colors of #04324B
Black with #04324B
Text Example
Text Example
White with #04324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04324B; }
p { color: rgb(4,50,75); }
H1.HeaderClassName
{
color: #04324B;
}
.AnyTagClassName
{
color: #04324B;
}
</style>
background-color css
<style>
a { background-color: #04324B; }
a { background-color: rgb(4,50,75); }
div.DivClassName
{
background-color: #04324B;
}
.BgClassName
{
background-color: #04324B;
}
</style>
border-color css
<style>
span { border-color: #04324B; }
span { border-color: rgb(4,50,75); }
td.TdClassName
{
border-color: #04324B;
}
.TagClassName
{
border-color: #04324B;
}
</style>