Shades of Blue Whale #08324E
Tints of Blue Whale #08324E
RGB
CMYK
RGB Variations
Color information
#08324E (or 0x08324E) is known color: Blue Whale. HEX triplet: 08, 32 and 4E. RGB value is (8,50,78). Sum of RGB (Red+Green+Blue) = 8+50+78=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #08324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08324E is #F7CDB1. Grayscale: #282828. Windows color (decimal): -16240050 or 5124616. OLE color: 5124616.
HSL color Cylindrical-coordinate representation of color #08324E: hue angle of 204º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08324E is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 50 | 78 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.69 |
| HSL | 204º | 0.81% | 0.17% | - |
| HSV(B) | 204º | 0.9% | 0.31% | - |
| XYZ | 2.62 | 2.88 | 7.63 | - |
| YUV | 40.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 78 | 0.90 | 0.36 | 0 | 0.69 | 204 | 0.81 | 0.17 |
| Hex | 8 | 32 | 4E | 5A | 24 | 0 | 45 | CC | 51 | 11 |
| Octal | 10 | 62 | 116 | 132 | 44 | 0 | 105 | 314 | 121 | 21 |
| Binary | 1000 | 110010 | 1001110 | 1011010 | 100100 | 0 | 1000101 | 11001100 | 1010001 | 10001 |
Color Harmonies of #08324E
Complementary color
Monochromatic Colors of #08324E
Black with #08324E
Text Example
Text Example
White with #08324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08324E; }
p { color: rgb(8,50,78); }
H1.HeaderClassName
{
color: #08324E;
}
.AnyTagClassName
{
color: #08324E;
}
</style>
background-color css
<style>
a { background-color: #08324E; }
a { background-color: rgb(8,50,78); }
div.DivClassName
{
background-color: #08324E;
}
.BgClassName
{
background-color: #08324E;
}
</style>
border-color css
<style>
span { border-color: #08324E; }
span { border-color: rgb(8,50,78); }
td.TdClassName
{
border-color: #08324E;
}
.TagClassName
{
border-color: #08324E;
}
</style>