Shades of Blue Whale #04314C
Tints of Blue Whale #04314C
RGB
CMYK
RGB Variations
Color information
#04314C (or 0x04314C) is known color: Blue Whale. HEX triplet: 04, 31 and 4C. RGB value is (4,49,76). Sum of RGB (Red+Green+Blue) = 4+49+76=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #04314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04314C is #FBCEB3. Grayscale: #262626. Windows color (decimal): -16502452 or 4993284. OLE color: 4993284.
HSL color Cylindrical-coordinate representation of color #04314C: hue angle of 202.5º 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 #04314C is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 49 | 76 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.70 |
| HSL | 202.5º | 0.9% | 0.16% | - |
| HSV(B) | 202.5º | 0.95% | 0.3% | - |
| XYZ | 2.45 | 2.74 | 7.24 | - |
| YUV | 38.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 76 | 0.95 | 0.36 | 0 | 0.70 | 202.5 | 0.9 | 0.16 |
| Hex | 4 | 31 | 4C | 5F | 24 | 0 | 46 | CA | 5A | 10 |
| Octal | 4 | 61 | 114 | 137 | 44 | 0 | 106 | 312 | 132 | 20 |
| Binary | 100 | 110001 | 1001100 | 1011111 | 100100 | 0 | 1000110 | 11001010 | 1011010 | 10000 |
Color Harmonies of #04314C
Complementary color
Monochromatic Colors of #04314C
Black with #04314C
Text Example
Text Example
White with #04314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04314C; }
p { color: rgb(4,49,76); }
H1.HeaderClassName
{
color: #04314C;
}
.AnyTagClassName
{
color: #04314C;
}
</style>
background-color css
<style>
a { background-color: #04314C; }
a { background-color: rgb(4,49,76); }
div.DivClassName
{
background-color: #04314C;
}
.BgClassName
{
background-color: #04314C;
}
</style>
border-color css
<style>
span { border-color: #04314C; }
span { border-color: rgb(4,49,76); }
td.TdClassName
{
border-color: #04314C;
}
.TagClassName
{
border-color: #04314C;
}
</style>