Shades of Blue Whale #08364D
Tints of Blue Whale #08364D
RGB
CMYK
RGB Variations
Color information
#08364D (or 0x08364D) is known color: Blue Whale. HEX triplet: 08, 36 and 4D. RGB value is (8,54,77). Sum of RGB (Red+Green+Blue) = 8+54+77=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #08364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08364D is #F7C9B2. Grayscale: #2A2A2A. Windows color (decimal): -16239027 or 5060104. OLE color: 5060104.
HSL color Cylindrical-coordinate representation of color #08364D: hue angle of 200º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08364D is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 54 | 77 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.70 |
| HSL | 200º | 0.81% | 0.17% | - |
| HSV(B) | 200º | 0.9% | 0.3% | - |
| XYZ | 2.76 | 3.23 | 7.5 | - |
| YUV | 42.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 77 | 0.90 | 0.30 | 0 | 0.70 | 200 | 0.81 | 0.17 |
| Hex | 8 | 36 | 4D | 5A | 1E | 0 | 46 | C8 | 51 | 11 |
| Octal | 10 | 66 | 115 | 132 | 36 | 0 | 106 | 310 | 121 | 21 |
| Binary | 1000 | 110110 | 1001101 | 1011010 | 11110 | 0 | 1000110 | 11001000 | 1010001 | 10001 |
Color Harmonies of #08364D
Complementary color
Monochromatic Colors of #08364D
Black with #08364D
Text Example
Text Example
White with #08364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08364D; }
p { color: rgb(8,54,77); }
H1.HeaderClassName
{
color: #08364D;
}
.AnyTagClassName
{
color: #08364D;
}
</style>
background-color css
<style>
a { background-color: #08364D; }
a { background-color: rgb(8,54,77); }
div.DivClassName
{
background-color: #08364D;
}
.BgClassName
{
background-color: #08364D;
}
</style>
border-color css
<style>
span { border-color: #08364D; }
span { border-color: rgb(8,54,77); }
td.TdClassName
{
border-color: #08364D;
}
.TagClassName
{
border-color: #08364D;
}
</style>