Shades of Endeavour #305A90
Tints of Endeavour #305A90
RGB
CMYK
RGB Variations
Color information
#305A90 (or 0x305A90) is known color: Endeavour. HEX triplet: 30, 5A and 90. RGB value is (48,90,144). Sum of RGB (Red+Green+Blue) = 48+90+144=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #305A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A90 is #CFA56F. Grayscale: #535353. Windows color (decimal): -13608304 or 9460272. OLE color: 9460272.
HSL color Cylindrical-coordinate representation of color #305A90: hue angle of 213.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305A90 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 90 | 144 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.44 |
| HSL | 213.75º | 0.5% | 0.38% | - |
| HSV(B) | 213.75º | 0.67% | 0.56% | - |
| XYZ | 9.91 | 9.95 | 27.78 | - |
| YUV | 83.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 144 | 0.67 | 0.37 | 0 | 0.44 | 213.75 | 0.5 | 0.38 |
| Hex | 30 | 5A | 90 | 43 | 25 | 0 | 2C | D6 | 32 | 26 |
| Octal | 60 | 132 | 220 | 103 | 45 | 0 | 54 | 326 | 62 | 46 |
| Binary | 110000 | 1011010 | 10010000 | 1000011 | 100101 | 0 | 101100 | 11010110 | 110010 | 100110 |
Color Harmonies of #305A90
Complementary color
Monochromatic Colors of #305A90
Black with #305A90
Text Example
Text Example
White with #305A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A90; }
p { color: rgb(48,90,144); }
H1.HeaderClassName
{
color: #305A90;
}
.AnyTagClassName
{
color: #305A90;
}
</style>
background-color css
<style>
a { background-color: #305A90; }
a { background-color: rgb(48,90,144); }
div.DivClassName
{
background-color: #305A90;
}
.BgClassName
{
background-color: #305A90;
}
</style>
border-color css
<style>
span { border-color: #305A90; }
span { border-color: rgb(48,90,144); }
td.TdClassName
{
border-color: #305A90;
}
.TagClassName
{
border-color: #305A90;
}
</style>