Shades of Endeavour #305E87
Tints of Endeavour #305E87
RGB
CMYK
RGB Variations
Color information
#305E87 (or 0x305E87) is known color: Endeavour. HEX triplet: 30, 5E and 87. RGB value is (48,94,135). Sum of RGB (Red+Green+Blue) = 48+94+135=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #305E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E87 is #CFA178. Grayscale: #545454. Windows color (decimal): -13607289 or 8871472. OLE color: 8871472.
HSL color Cylindrical-coordinate representation of color #305E87: hue angle of 208.28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305E87 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 94 | 135 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.47 |
| HSL | 208.28º | 0.48% | 0.36% | - |
| HSV(B) | 208.28º | 0.64% | 0.53% | - |
| XYZ | 9.59 | 10.38 | 24.42 | - |
| YUV | 84.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 135 | 0.64 | 0.30 | 0 | 0.47 | 208.28 | 0.48 | 0.36 |
| Hex | 30 | 5E | 87 | 40 | 1E | 0 | 2F | D0 | 30 | 24 |
| Octal | 60 | 136 | 207 | 100 | 36 | 0 | 57 | 320 | 60 | 44 |
| Binary | 110000 | 1011110 | 10000111 | 1000000 | 11110 | 0 | 101111 | 11010000 | 110000 | 100100 |
Color Harmonies of #305E87
Complementary color
Monochromatic Colors of #305E87
Black with #305E87
Text Example
Text Example
White with #305E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E87; }
p { color: rgb(48,94,135); }
H1.HeaderClassName
{
color: #305E87;
}
.AnyTagClassName
{
color: #305E87;
}
</style>
background-color css
<style>
a { background-color: #305E87; }
a { background-color: rgb(48,94,135); }
div.DivClassName
{
background-color: #305E87;
}
.BgClassName
{
background-color: #305E87;
}
</style>
border-color css
<style>
span { border-color: #305E87; }
span { border-color: rgb(48,94,135); }
td.TdClassName
{
border-color: #305E87;
}
.TagClassName
{
border-color: #305E87;
}
</style>