Shades of Endeavour #305C91
Tints of Endeavour #305C91
RGB
CMYK
RGB Variations
Color information
#305C91 (or 0x305C91) is known color: Endeavour. HEX triplet: 30, 5C and 91. RGB value is (48,92,145). Sum of RGB (Red+Green+Blue) = 48+92+145=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #305C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C91 is #CFA36E. Grayscale: #545454. Windows color (decimal): -13607791 or 9526320. OLE color: 9526320.
HSL color Cylindrical-coordinate representation of color #305C91: hue angle of 212.78º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305C91 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 92 | 145 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.43 |
| HSL | 212.78º | 0.5% | 0.38% | - |
| HSV(B) | 212.78º | 0.67% | 0.57% | - |
| XYZ | 10.16 | 10.33 | 28.25 | - |
| YUV | 84.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 145 | 0.67 | 0.37 | 0 | 0.43 | 212.78 | 0.5 | 0.38 |
| Hex | 30 | 5C | 91 | 43 | 25 | 0 | 2B | D5 | 32 | 26 |
| Octal | 60 | 134 | 221 | 103 | 45 | 0 | 53 | 325 | 62 | 46 |
| Binary | 110000 | 1011100 | 10010001 | 1000011 | 100101 | 0 | 101011 | 11010101 | 110010 | 100110 |
Color Harmonies of #305C91
Complementary color
Monochromatic Colors of #305C91
Black with #305C91
Text Example
Text Example
White with #305C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C91; }
p { color: rgb(48,92,145); }
H1.HeaderClassName
{
color: #305C91;
}
.AnyTagClassName
{
color: #305C91;
}
</style>
background-color css
<style>
a { background-color: #305C91; }
a { background-color: rgb(48,92,145); }
div.DivClassName
{
background-color: #305C91;
}
.BgClassName
{
background-color: #305C91;
}
</style>
border-color css
<style>
span { border-color: #305C91; }
span { border-color: rgb(48,92,145); }
td.TdClassName
{
border-color: #305C91;
}
.TagClassName
{
border-color: #305C91;
}
</style>