Shades of Blue Whale #04334B
Tints of Blue Whale #04334B
RGB
CMYK
RGB Variations
Color information
#04334B (or 0x04334B) is known color: Blue Whale. HEX triplet: 04, 33 and 4B. RGB value is (4,51,75). Sum of RGB (Red+Green+Blue) = 4+51+75=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #04334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04334B is #FBCCB4. Grayscale: #272727. Windows color (decimal): -16501941 or 4928260. OLE color: 4928260.
HSL color Cylindrical-coordinate representation of color #04334B: hue angle of 200.28º 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 #04334B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 51 | 75 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.71 |
| HSL | 200.28º | 0.9% | 0.15% | - |
| HSV(B) | 200.28º | 0.95% | 0.29% | - |
| XYZ | 2.5 | 2.9 | 7.08 | - |
| YUV | 39.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 75 | 0.95 | 0.32 | 0 | 0.71 | 200.28 | 0.9 | 0.15 |
| Hex | 4 | 33 | 4B | 5F | 20 | 0 | 47 | C8 | 5A | F |
| Octal | 4 | 63 | 113 | 137 | 40 | 0 | 107 | 310 | 132 | 17 |
| Binary | 100 | 110011 | 1001011 | 1011111 | 100000 | 0 | 1000111 | 11001000 | 1011010 | 1111 |
Color Harmonies of #04334B
Complementary color
Monochromatic Colors of #04334B
Black with #04334B
Text Example
Text Example
White with #04334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04334B; }
p { color: rgb(4,51,75); }
H1.HeaderClassName
{
color: #04334B;
}
.AnyTagClassName
{
color: #04334B;
}
</style>
background-color css
<style>
a { background-color: #04334B; }
a { background-color: rgb(4,51,75); }
div.DivClassName
{
background-color: #04334B;
}
.BgClassName
{
background-color: #04334B;
}
</style>
border-color css
<style>
span { border-color: #04334B; }
span { border-color: rgb(4,51,75); }
td.TdClassName
{
border-color: #04334B;
}
.TagClassName
{
border-color: #04334B;
}
</style>