Shades of Endeavour #305F89
Tints of Endeavour #305F89
RGB
CMYK
RGB Variations
Color information
#305F89 (or 0x305F89) is known color: Endeavour. HEX triplet: 30, 5F and 89. RGB value is (48,95,137). Sum of RGB (Red+Green+Blue) = 48+95+137=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #305F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F89 is #CFA076. Grayscale: #555555. Windows color (decimal): -13607031 or 9002800. OLE color: 9002800.
HSL color Cylindrical-coordinate representation of color #305F89: hue angle of 208.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305F89 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 95 | 137 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.46 |
| HSL | 208.31º | 0.48% | 0.36% | - |
| HSV(B) | 208.31º | 0.65% | 0.54% | - |
| XYZ | 9.83 | 10.62 | 25.2 | - |
| YUV | 85.74 | 156.93 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 137 | 0.65 | 0.31 | 0 | 0.46 | 208.31 | 0.48 | 0.36 |
| Hex | 30 | 5F | 89 | 41 | 1F | 0 | 2E | D0 | 30 | 24 |
| Octal | 60 | 137 | 211 | 101 | 37 | 0 | 56 | 320 | 60 | 44 |
| Binary | 110000 | 1011111 | 10001001 | 1000001 | 11111 | 0 | 101110 | 11010000 | 110000 | 100100 |
Color Harmonies of #305F89
Complementary color
Monochromatic Colors of #305F89
Black with #305F89
Text Example
Text Example
White with #305F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F89; }
p { color: rgb(48,95,137); }
H1.HeaderClassName
{
color: #305F89;
}
.AnyTagClassName
{
color: #305F89;
}
</style>
background-color css
<style>
a { background-color: #305F89; }
a { background-color: rgb(48,95,137); }
div.DivClassName
{
background-color: #305F89;
}
.BgClassName
{
background-color: #305F89;
}
</style>
border-color css
<style>
span { border-color: #305F89; }
span { border-color: rgb(48,95,137); }
td.TdClassName
{
border-color: #305F89;
}
.TagClassName
{
border-color: #305F89;
}
</style>