Shades of Blue Whale #08303E
Tints of Blue Whale #08303E
RGB
CMYK
RGB Variations
Color information
#08303E (or 0x08303E) is known color: Blue Whale. HEX triplet: 08, 30 and 3E. RGB value is (8,48,62). Sum of RGB (Red+Green+Blue) = 8+48+62=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #08303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08303E is #F7CFC1. Grayscale: #252525. Windows color (decimal): -16240578 or 4075528. OLE color: 4075528.
HSL color Cylindrical-coordinate representation of color #08303E: hue angle of 195.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08303E is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 48 | 62 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.76 |
| HSL | 195.56º | 0.77% | 0.14% | - |
| HSV(B) | 195.56º | 0.87% | 0.24% | - |
| XYZ | 2.03 | 2.51 | 4.94 | - |
| YUV | 37.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 62 | 0.87 | 0.23 | 0 | 0.76 | 195.56 | 0.77 | 0.14 |
| Hex | 8 | 30 | 3E | 57 | 17 | 0 | 4C | C4 | 4D | E |
| Octal | 10 | 60 | 76 | 127 | 27 | 0 | 114 | 304 | 115 | 16 |
| Binary | 1000 | 110000 | 111110 | 1010111 | 10111 | 0 | 1001100 | 11000100 | 1001101 | 1110 |
Color Harmonies of #08303E
Complementary color
Monochromatic Colors of #08303E
Black with #08303E
Text Example
Text Example
White with #08303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08303E; }
p { color: rgb(8,48,62); }
H1.HeaderClassName
{
color: #08303E;
}
.AnyTagClassName
{
color: #08303E;
}
</style>
background-color css
<style>
a { background-color: #08303E; }
a { background-color: rgb(8,48,62); }
div.DivClassName
{
background-color: #08303E;
}
.BgClassName
{
background-color: #08303E;
}
</style>
border-color css
<style>
span { border-color: #08303E; }
span { border-color: rgb(8,48,62); }
td.TdClassName
{
border-color: #08303E;
}
.TagClassName
{
border-color: #08303E;
}
</style>