Shades of Endeavour #305B85
Tints of Endeavour #305B85
RGB
CMYK
RGB Variations
Color information
#305B85 (or 0x305B85) is known color: Endeavour. HEX triplet: 30, 5B and 85. RGB value is (48,91,133). Sum of RGB (Red+Green+Blue) = 48+91+133=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #305B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B85 is #CFA47A. Grayscale: #525252. Windows color (decimal): -13608059 or 8739632. OLE color: 8739632.
HSL color Cylindrical-coordinate representation of color #305B85: hue angle of 209.65º 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 #305B85 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 91 | 133 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.48 |
| HSL | 209.65º | 0.47% | 0.35% | - |
| HSV(B) | 209.65º | 0.64% | 0.52% | - |
| XYZ | 9.19 | 9.8 | 23.6 | - |
| YUV | 82.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 133 | 0.64 | 0.32 | 0 | 0.48 | 209.65 | 0.47 | 0.35 |
| Hex | 30 | 5B | 85 | 40 | 20 | 0 | 30 | D2 | 2F | 23 |
| Octal | 60 | 133 | 205 | 100 | 40 | 0 | 60 | 322 | 57 | 43 |
| Binary | 110000 | 1011011 | 10000101 | 1000000 | 100000 | 0 | 110000 | 11010010 | 101111 | 100011 |
Color Harmonies of #305B85
Complementary color
Monochromatic Colors of #305B85
Black with #305B85
Text Example
Text Example
White with #305B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B85; }
p { color: rgb(48,91,133); }
H1.HeaderClassName
{
color: #305B85;
}
.AnyTagClassName
{
color: #305B85;
}
</style>
background-color css
<style>
a { background-color: #305B85; }
a { background-color: rgb(48,91,133); }
div.DivClassName
{
background-color: #305B85;
}
.BgClassName
{
background-color: #305B85;
}
</style>
border-color css
<style>
span { border-color: #305B85; }
span { border-color: rgb(48,91,133); }
td.TdClassName
{
border-color: #305B85;
}
.TagClassName
{
border-color: #305B85;
}
</style>