Shades of Endeavour #305C85
Tints of Endeavour #305C85
RGB
CMYK
RGB Variations
Color information
#305C85 (or 0x305C85) is known color: Endeavour. HEX triplet: 30, 5C and 85. RGB value is (48,92,133). Sum of RGB (Red+Green+Blue) = 48+92+133=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #305C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C85 is #CFA37A. Grayscale: #535353. Windows color (decimal): -13607803 or 8739888. OLE color: 8739888.
HSL color Cylindrical-coordinate representation of color #305C85: hue angle of 208.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305C85 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 92 | 133 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.48 |
| HSL | 208.94º | 0.47% | 0.35% | - |
| HSV(B) | 208.94º | 0.64% | 0.52% | - |
| XYZ | 9.28 | 9.98 | 23.63 | - |
| YUV | 83.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 133 | 0.64 | 0.31 | 0 | 0.48 | 208.94 | 0.47 | 0.35 |
| Hex | 30 | 5C | 85 | 40 | 1F | 0 | 30 | D1 | 2F | 23 |
| Octal | 60 | 134 | 205 | 100 | 37 | 0 | 60 | 321 | 57 | 43 |
| Binary | 110000 | 1011100 | 10000101 | 1000000 | 11111 | 0 | 110000 | 11010001 | 101111 | 100011 |
Color Harmonies of #305C85
Complementary color
Monochromatic Colors of #305C85
Black with #305C85
Text Example
Text Example
White with #305C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C85; }
p { color: rgb(48,92,133); }
H1.HeaderClassName
{
color: #305C85;
}
.AnyTagClassName
{
color: #305C85;
}
</style>
background-color css
<style>
a { background-color: #305C85; }
a { background-color: rgb(48,92,133); }
div.DivClassName
{
background-color: #305C85;
}
.BgClassName
{
background-color: #305C85;
}
</style>
border-color css
<style>
span { border-color: #305C85; }
span { border-color: rgb(48,92,133); }
td.TdClassName
{
border-color: #305C85;
}
.TagClassName
{
border-color: #305C85;
}
</style>