Shades of Endeavour #305A91
Tints of Endeavour #305A91
RGB
CMYK
RGB Variations
Color information
#305A91 (or 0x305A91) is known color: Endeavour. HEX triplet: 30, 5A and 91. RGB value is (48,90,145). Sum of RGB (Red+Green+Blue) = 48+90+145=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #305A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A91 is #CFA56E. Grayscale: #535353. Windows color (decimal): -13608303 or 9525808. OLE color: 9525808.
HSL color Cylindrical-coordinate representation of color #305A91: hue angle of 214.02º 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 #305A91 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 90 | 145 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.43 |
| HSL | 214.02º | 0.5% | 0.38% | - |
| HSV(B) | 214.02º | 0.67% | 0.57% | - |
| XYZ | 9.99 | 9.99 | 28.19 | - |
| YUV | 83.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 145 | 0.67 | 0.38 | 0 | 0.43 | 214.02 | 0.5 | 0.38 |
| Hex | 30 | 5A | 91 | 43 | 26 | 0 | 2B | D6 | 32 | 26 |
| Octal | 60 | 132 | 221 | 103 | 46 | 0 | 53 | 326 | 62 | 46 |
| Binary | 110000 | 1011010 | 10010001 | 1000011 | 100110 | 0 | 101011 | 11010110 | 110010 | 100110 |
Color Harmonies of #305A91
Complementary color
Monochromatic Colors of #305A91
Black with #305A91
Text Example
Text Example
White with #305A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A91; }
p { color: rgb(48,90,145); }
H1.HeaderClassName
{
color: #305A91;
}
.AnyTagClassName
{
color: #305A91;
}
</style>
background-color css
<style>
a { background-color: #305A91; }
a { background-color: rgb(48,90,145); }
div.DivClassName
{
background-color: #305A91;
}
.BgClassName
{
background-color: #305A91;
}
</style>
border-color css
<style>
span { border-color: #305A91; }
span { border-color: rgb(48,90,145); }
td.TdClassName
{
border-color: #305A91;
}
.TagClassName
{
border-color: #305A91;
}
</style>