Shades of Endeavour #305992
Tints of Endeavour #305992
RGB
CMYK
RGB Variations
Color information
#305992 (or 0x305992) is known color: Endeavour. HEX triplet: 30, 59 and 92. RGB value is (48,89,146). Sum of RGB (Red+Green+Blue) = 48+89+146=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #305992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305992 is #CFA66D. Grayscale: #525252. Windows color (decimal): -13608558 or 9591088. OLE color: 9591088.
HSL color Cylindrical-coordinate representation of color #305992: hue angle of 214.9º degrees, saturation: 0.51, 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 #305992 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 89 | 146 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.43 |
| HSL | 214.9º | 0.51% | 0.38% | - |
| HSV(B) | 214.9º | 0.67% | 0.57% | - |
| XYZ | 9.98 | 9.85 | 28.57 | - |
| YUV | 83.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 146 | 0.67 | 0.39 | 0 | 0.43 | 214.9 | 0.51 | 0.38 |
| Hex | 30 | 59 | 92 | 43 | 27 | 0 | 2B | D7 | 33 | 26 |
| Octal | 60 | 131 | 222 | 103 | 47 | 0 | 53 | 327 | 63 | 46 |
| Binary | 110000 | 1011001 | 10010010 | 1000011 | 100111 | 0 | 101011 | 11010111 | 110011 | 100110 |
Color Harmonies of #305992
Complementary color
Monochromatic Colors of #305992
Black with #305992
Text Example
Text Example
White with #305992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305992; }
p { color: rgb(48,89,146); }
H1.HeaderClassName
{
color: #305992;
}
.AnyTagClassName
{
color: #305992;
}
</style>
background-color css
<style>
a { background-color: #305992; }
a { background-color: rgb(48,89,146); }
div.DivClassName
{
background-color: #305992;
}
.BgClassName
{
background-color: #305992;
}
</style>
border-color css
<style>
span { border-color: #305992; }
span { border-color: rgb(48,89,146); }
td.TdClassName
{
border-color: #305992;
}
.TagClassName
{
border-color: #305992;
}
</style>