Shades of Blue Whale #08384E
Tints of Blue Whale #08384E
RGB
CMYK
RGB Variations
Color information
#08384E (or 0x08384E) is known color: Blue Whale. HEX triplet: 08, 38 and 4E. RGB value is (8,56,78). Sum of RGB (Red+Green+Blue) = 8+56+78=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #08384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08384E is #F7C7B1. Grayscale: #2C2C2C. Windows color (decimal): -16238514 or 5126152. OLE color: 5126152.
HSL color Cylindrical-coordinate representation of color #08384E: hue angle of 198.86º 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 #08384E is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 56 | 78 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.69 |
| HSL | 198.86º | 0.81% | 0.17% | - |
| HSV(B) | 198.86º | 0.9% | 0.31% | - |
| XYZ | 2.89 | 3.43 | 7.72 | - |
| YUV | 44.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 78 | 0.90 | 0.28 | 0 | 0.69 | 198.86 | 0.81 | 0.17 |
| Hex | 8 | 38 | 4E | 5A | 1C | 0 | 45 | C7 | 51 | 11 |
| Octal | 10 | 70 | 116 | 132 | 34 | 0 | 105 | 307 | 121 | 21 |
| Binary | 1000 | 111000 | 1001110 | 1011010 | 11100 | 0 | 1000101 | 11000111 | 1010001 | 10001 |
Color Harmonies of #08384E
Complementary color
Monochromatic Colors of #08384E
Black with #08384E
Text Example
Text Example
White with #08384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08384E; }
p { color: rgb(8,56,78); }
H1.HeaderClassName
{
color: #08384E;
}
.AnyTagClassName
{
color: #08384E;
}
</style>
background-color css
<style>
a { background-color: #08384E; }
a { background-color: rgb(8,56,78); }
div.DivClassName
{
background-color: #08384E;
}
.BgClassName
{
background-color: #08384E;
}
</style>
border-color css
<style>
span { border-color: #08384E; }
span { border-color: rgb(8,56,78); }
td.TdClassName
{
border-color: #08384E;
}
.TagClassName
{
border-color: #08384E;
}
</style>