Shades of Endeavour #306098
Tints of Endeavour #306098
RGB
CMYK
RGB Variations
Color information
#306098 (or 0x306098) is known color: Endeavour. HEX triplet: 30, 60 and 98. RGB value is (48,96,152). Sum of RGB (Red+Green+Blue) = 48+96+152=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #306098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306098 is #CF9F67. Grayscale: #575757. Windows color (decimal): -13606760 or 9986096. OLE color: 9986096.
HSL color Cylindrical-coordinate representation of color #306098: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306098 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 96 | 152 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.40 |
| HSL | 212.31º | 0.52% | 0.39% | - |
| HSV(B) | 212.31º | 0.68% | 0.6% | - |
| XYZ | 11.07 | 11.26 | 31.3 | - |
| YUV | 88.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 152 | 0.68 | 0.37 | 0 | 0.40 | 212.31 | 0.52 | 0.39 |
| Hex | 30 | 60 | 98 | 44 | 25 | 0 | 28 | D4 | 34 | 27 |
| Octal | 60 | 140 | 230 | 104 | 45 | 0 | 50 | 324 | 64 | 47 |
| Binary | 110000 | 1100000 | 10011000 | 1000100 | 100101 | 0 | 101000 | 11010100 | 110100 | 100111 |
Color Harmonies of #306098
Complementary color
Monochromatic Colors of #306098
Black with #306098
Text Example
Text Example
White with #306098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306098; }
p { color: rgb(48,96,152); }
H1.HeaderClassName
{
color: #306098;
}
.AnyTagClassName
{
color: #306098;
}
</style>
background-color css
<style>
a { background-color: #306098; }
a { background-color: rgb(48,96,152); }
div.DivClassName
{
background-color: #306098;
}
.BgClassName
{
background-color: #306098;
}
</style>
border-color css
<style>
span { border-color: #306098; }
span { border-color: rgb(48,96,152); }
td.TdClassName
{
border-color: #306098;
}
.TagClassName
{
border-color: #306098;
}
</style>