Shades of Endeavour #305C87
Tints of Endeavour #305C87
RGB
CMYK
RGB Variations
Color information
#305C87 (or 0x305C87) is known color: Endeavour. HEX triplet: 30, 5C and 87. RGB value is (48,92,135). Sum of RGB (Red+Green+Blue) = 48+92+135=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #305C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C87 is #CFA378. Grayscale: #535353. Windows color (decimal): -13607801 or 8870960. OLE color: 8870960.
HSL color Cylindrical-coordinate representation of color #305C87: hue angle of 209.66º 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 #305C87 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 92 | 135 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.47 |
| HSL | 209.66º | 0.48% | 0.36% | - |
| HSV(B) | 209.66º | 0.64% | 0.53% | - |
| XYZ | 9.42 | 10.03 | 24.36 | - |
| YUV | 83.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 135 | 0.64 | 0.32 | 0 | 0.47 | 209.66 | 0.48 | 0.36 |
| Hex | 30 | 5C | 87 | 40 | 20 | 0 | 2F | D2 | 30 | 24 |
| Octal | 60 | 134 | 207 | 100 | 40 | 0 | 57 | 322 | 60 | 44 |
| Binary | 110000 | 1011100 | 10000111 | 1000000 | 100000 | 0 | 101111 | 11010010 | 110000 | 100100 |
Color Harmonies of #305C87
Complementary color
Monochromatic Colors of #305C87
Black with #305C87
Text Example
Text Example
White with #305C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C87; }
p { color: rgb(48,92,135); }
H1.HeaderClassName
{
color: #305C87;
}
.AnyTagClassName
{
color: #305C87;
}
</style>
background-color css
<style>
a { background-color: #305C87; }
a { background-color: rgb(48,92,135); }
div.DivClassName
{
background-color: #305C87;
}
.BgClassName
{
background-color: #305C87;
}
</style>
border-color css
<style>
span { border-color: #305C87; }
span { border-color: rgb(48,92,135); }
td.TdClassName
{
border-color: #305C87;
}
.TagClassName
{
border-color: #305C87;
}
</style>