Shades of Blue Whale #08324C
Tints of Blue Whale #08324C
RGB
CMYK
RGB Variations
Color information
#08324C (or 0x08324C) is known color: Blue Whale. HEX triplet: 08, 32 and 4C. RGB value is (8,50,76). Sum of RGB (Red+Green+Blue) = 8+50+76=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #08324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08324C is #F7CDB3. Grayscale: #282828. Windows color (decimal): -16240052 or 4993544. OLE color: 4993544.
HSL color Cylindrical-coordinate representation of color #08324C: hue angle of 202.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08324C is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 50 | 76 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.70 |
| HSL | 202.94º | 0.81% | 0.16% | - |
| HSV(B) | 202.94º | 0.89% | 0.3% | - |
| XYZ | 2.55 | 2.85 | 7.25 | - |
| YUV | 40.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 76 | 0.89 | 0.34 | 0 | 0.70 | 202.94 | 0.81 | 0.16 |
| Hex | 8 | 32 | 4C | 59 | 22 | 0 | 46 | CB | 51 | 10 |
| Octal | 10 | 62 | 114 | 131 | 42 | 0 | 106 | 313 | 121 | 20 |
| Binary | 1000 | 110010 | 1001100 | 1011001 | 100010 | 0 | 1000110 | 11001011 | 1010001 | 10000 |
Color Harmonies of #08324C
Complementary color
Monochromatic Colors of #08324C
Black with #08324C
Text Example
Text Example
White with #08324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08324C; }
p { color: rgb(8,50,76); }
H1.HeaderClassName
{
color: #08324C;
}
.AnyTagClassName
{
color: #08324C;
}
</style>
background-color css
<style>
a { background-color: #08324C; }
a { background-color: rgb(8,50,76); }
div.DivClassName
{
background-color: #08324C;
}
.BgClassName
{
background-color: #08324C;
}
</style>
border-color css
<style>
span { border-color: #08324C; }
span { border-color: rgb(8,50,76); }
td.TdClassName
{
border-color: #08324C;
}
.TagClassName
{
border-color: #08324C;
}
</style>