Shades of Blue Whale #08384D
Tints of Blue Whale #08384D
RGB
CMYK
RGB Variations
Color information
#08384D (or 0x08384D) is known color: Blue Whale. HEX triplet: 08, 38 and 4D. RGB value is (8,56,77). Sum of RGB (Red+Green+Blue) = 8+56+77=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #08384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08384D is #F7C7B2. Grayscale: #2B2B2B. Windows color (decimal): -16238515 or 5060616. OLE color: 5060616.
HSL color Cylindrical-coordinate representation of color #08384D: hue angle of 198.26º 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 #08384D is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 56 | 77 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.70 |
| HSL | 198.26º | 0.81% | 0.17% | - |
| HSV(B) | 198.26º | 0.9% | 0.3% | - |
| XYZ | 2.85 | 3.42 | 7.53 | - |
| YUV | 44.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 77 | 0.90 | 0.27 | 0 | 0.70 | 198.26 | 0.81 | 0.17 |
| Hex | 8 | 38 | 4D | 5A | 1B | 0 | 46 | C6 | 51 | 11 |
| Octal | 10 | 70 | 115 | 132 | 33 | 0 | 106 | 306 | 121 | 21 |
| Binary | 1000 | 111000 | 1001101 | 1011010 | 11011 | 0 | 1000110 | 11000110 | 1010001 | 10001 |
Color Harmonies of #08384D
Complementary color
Monochromatic Colors of #08384D
Black with #08384D
Text Example
Text Example
White with #08384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08384D; }
p { color: rgb(8,56,77); }
H1.HeaderClassName
{
color: #08384D;
}
.AnyTagClassName
{
color: #08384D;
}
</style>
background-color css
<style>
a { background-color: #08384D; }
a { background-color: rgb(8,56,77); }
div.DivClassName
{
background-color: #08384D;
}
.BgClassName
{
background-color: #08384D;
}
</style>
border-color css
<style>
span { border-color: #08384D; }
span { border-color: rgb(8,56,77); }
td.TdClassName
{
border-color: #08384D;
}
.TagClassName
{
border-color: #08384D;
}
</style>