Shades of Blue Whale #08384A
Tints of Blue Whale #08384A
RGB
CMYK
RGB Variations
Color information
#08384A (or 0x08384A) is known color: Blue Whale. HEX triplet: 08, 38 and 4A. RGB value is (8,56,74). Sum of RGB (Red+Green+Blue) = 8+56+74=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #08384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08384A is #F7C7B5. Grayscale: #2B2B2B. Windows color (decimal): -16238518 or 4864008. OLE color: 4864008.
HSL color Cylindrical-coordinate representation of color #08384A: hue angle of 196.36º 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 #08384A is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 56 | 74 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.71 |
| HSL | 196.36º | 0.8% | 0.16% | - |
| HSV(B) | 196.36º | 0.89% | 0.29% | - |
| XYZ | 2.75 | 3.37 | 6.98 | - |
| YUV | 43.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 74 | 0.89 | 0.24 | 0 | 0.71 | 196.36 | 0.8 | 0.16 |
| Hex | 8 | 38 | 4A | 59 | 18 | 0 | 47 | C4 | 50 | 10 |
| Octal | 10 | 70 | 112 | 131 | 30 | 0 | 107 | 304 | 120 | 20 |
| Binary | 1000 | 111000 | 1001010 | 1011001 | 11000 | 0 | 1000111 | 11000100 | 1010000 | 10000 |
Color Harmonies of #08384A
Complementary color
Monochromatic Colors of #08384A
Black with #08384A
Text Example
Text Example
White with #08384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08384A; }
p { color: rgb(8,56,74); }
H1.HeaderClassName
{
color: #08384A;
}
.AnyTagClassName
{
color: #08384A;
}
</style>
background-color css
<style>
a { background-color: #08384A; }
a { background-color: rgb(8,56,74); }
div.DivClassName
{
background-color: #08384A;
}
.BgClassName
{
background-color: #08384A;
}
</style>
border-color css
<style>
span { border-color: #08384A; }
span { border-color: rgb(8,56,74); }
td.TdClassName
{
border-color: #08384A;
}
.TagClassName
{
border-color: #08384A;
}
</style>