Shades of Blue Whale #08334A
Tints of Blue Whale #08334A
RGB
CMYK
RGB Variations
Color information
#08334A (or 0x08334A) is known color: Blue Whale. HEX triplet: 08, 33 and 4A. RGB value is (8,51,74). Sum of RGB (Red+Green+Blue) = 8+51+74=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #08334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08334A is #F7CCB5. Grayscale: #282828. Windows color (decimal): -16239798 or 4862728. OLE color: 4862728.
HSL color Cylindrical-coordinate representation of color #08334A: hue angle of 200.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08334A is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 51 | 74 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.71 |
| HSL | 200.91º | 0.8% | 0.16% | - |
| HSV(B) | 200.91º | 0.89% | 0.29% | - |
| XYZ | 2.52 | 2.91 | 6.91 | - |
| YUV | 40.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 74 | 0.89 | 0.31 | 0 | 0.71 | 200.91 | 0.8 | 0.16 |
| Hex | 8 | 33 | 4A | 59 | 1F | 0 | 47 | C9 | 50 | 10 |
| Octal | 10 | 63 | 112 | 131 | 37 | 0 | 107 | 311 | 120 | 20 |
| Binary | 1000 | 110011 | 1001010 | 1011001 | 11111 | 0 | 1000111 | 11001001 | 1010000 | 10000 |
Color Harmonies of #08334A
Complementary color
Monochromatic Colors of #08334A
Black with #08334A
Text Example
Text Example
White with #08334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08334A; }
p { color: rgb(8,51,74); }
H1.HeaderClassName
{
color: #08334A;
}
.AnyTagClassName
{
color: #08334A;
}
</style>
background-color css
<style>
a { background-color: #08334A; }
a { background-color: rgb(8,51,74); }
div.DivClassName
{
background-color: #08334A;
}
.BgClassName
{
background-color: #08334A;
}
</style>
border-color css
<style>
span { border-color: #08334A; }
span { border-color: rgb(8,51,74); }
td.TdClassName
{
border-color: #08334A;
}
.TagClassName
{
border-color: #08334A;
}
</style>