Shades of Endeavour #305D89
Tints of Endeavour #305D89
RGB
CMYK
RGB Variations
Color information
#305D89 (or 0x305D89) is known color: Endeavour. HEX triplet: 30, 5D and 89. RGB value is (48,93,137). Sum of RGB (Red+Green+Blue) = 48+93+137=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #305D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D89 is #CFA276. Grayscale: #545454. Windows color (decimal): -13607543 or 9002288. OLE color: 9002288.
HSL color Cylindrical-coordinate representation of color #305D89: hue angle of 209.66º 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 #305D89 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 93 | 137 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.46 |
| HSL | 209.66º | 0.48% | 0.36% | - |
| HSV(B) | 209.66º | 0.65% | 0.54% | - |
| XYZ | 9.65 | 10.26 | 25.14 | - |
| YUV | 84.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 137 | 0.65 | 0.32 | 0 | 0.46 | 209.66 | 0.48 | 0.36 |
| Hex | 30 | 5D | 89 | 41 | 20 | 0 | 2E | D2 | 30 | 24 |
| Octal | 60 | 135 | 211 | 101 | 40 | 0 | 56 | 322 | 60 | 44 |
| Binary | 110000 | 1011101 | 10001001 | 1000001 | 100000 | 0 | 101110 | 11010010 | 110000 | 100100 |
Color Harmonies of #305D89
Complementary color
Monochromatic Colors of #305D89
Black with #305D89
Text Example
Text Example
White with #305D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D89; }
p { color: rgb(48,93,137); }
H1.HeaderClassName
{
color: #305D89;
}
.AnyTagClassName
{
color: #305D89;
}
</style>
background-color css
<style>
a { background-color: #305D89; }
a { background-color: rgb(48,93,137); }
div.DivClassName
{
background-color: #305D89;
}
.BgClassName
{
background-color: #305D89;
}
</style>
border-color css
<style>
span { border-color: #305D89; }
span { border-color: rgb(48,93,137); }
td.TdClassName
{
border-color: #305D89;
}
.TagClassName
{
border-color: #305D89;
}
</style>