Shades of Blue Whale #082F3C
Tints of Blue Whale #082F3C
RGB
CMYK
RGB Variations
Color information
#082F3C (or 0x082F3C) is known color: Blue Whale. HEX triplet: 08, 2F and 3C. RGB value is (8,47,60). Sum of RGB (Red+Green+Blue) = 8+47+60=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #082F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F3C is #F7D0C3. Grayscale: #242424. Windows color (decimal): -16240836 or 3944200. OLE color: 3944200.
HSL color Cylindrical-coordinate representation of color #082F3C: hue angle of 195º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082F3C is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 47 | 60 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.76 |
| HSL | 195º | 0.76% | 0.13% | - |
| HSV(B) | 195º | 0.87% | 0.24% | - |
| XYZ | 1.93 | 2.41 | 4.64 | - |
| YUV | 36.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 60 | 0.87 | 0.22 | 0 | 0.76 | 195 | 0.76 | 0.13 |
| Hex | 8 | 2F | 3C | 57 | 16 | 0 | 4C | C3 | 4C | D |
| Octal | 10 | 57 | 74 | 127 | 26 | 0 | 114 | 303 | 114 | 15 |
| Binary | 1000 | 101111 | 111100 | 1010111 | 10110 | 0 | 1001100 | 11000011 | 1001100 | 1101 |
Color Harmonies of #082F3C
Complementary color
Monochromatic Colors of #082F3C
Black with #082F3C
Text Example
Text Example
White with #082F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F3C; }
p { color: rgb(8,47,60); }
H1.HeaderClassName
{
color: #082F3C;
}
.AnyTagClassName
{
color: #082F3C;
}
</style>
background-color css
<style>
a { background-color: #082F3C; }
a { background-color: rgb(8,47,60); }
div.DivClassName
{
background-color: #082F3C;
}
.BgClassName
{
background-color: #082F3C;
}
</style>
border-color css
<style>
span { border-color: #082F3C; }
span { border-color: rgb(8,47,60); }
td.TdClassName
{
border-color: #082F3C;
}
.TagClassName
{
border-color: #082F3C;
}
</style>