Shades of Endeavour #305592
Tints of Endeavour #305592
RGB
CMYK
RGB Variations
Color information
#305592 (or 0x305592) is known color: Endeavour. HEX triplet: 30, 55 and 92. RGB value is (48,85,146). Sum of RGB (Red+Green+Blue) = 48+85+146=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #305592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305592 is #CFAA6D. Grayscale: #505050. Windows color (decimal): -13609582 or 9590064. OLE color: 9590064.
HSL color Cylindrical-coordinate representation of color #305592: hue angle of 217.35º 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 #305592 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 85 | 146 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.43 |
| HSL | 217.35º | 0.51% | 0.38% | - |
| HSV(B) | 217.35º | 0.67% | 0.57% | - |
| XYZ | 9.66 | 9.2 | 28.46 | - |
| YUV | 80.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 146 | 0.67 | 0.42 | 0 | 0.43 | 217.35 | 0.51 | 0.38 |
| Hex | 30 | 55 | 92 | 43 | 2A | 0 | 2B | D9 | 33 | 26 |
| Octal | 60 | 125 | 222 | 103 | 52 | 0 | 53 | 331 | 63 | 46 |
| Binary | 110000 | 1010101 | 10010010 | 1000011 | 101010 | 0 | 101011 | 11011001 | 110011 | 100110 |
Color Harmonies of #305592
Complementary color
Monochromatic Colors of #305592
Black with #305592
Text Example
Text Example
White with #305592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305592; }
p { color: rgb(48,85,146); }
H1.HeaderClassName
{
color: #305592;
}
.AnyTagClassName
{
color: #305592;
}
</style>
background-color css
<style>
a { background-color: #305592; }
a { background-color: rgb(48,85,146); }
div.DivClassName
{
background-color: #305592;
}
.BgClassName
{
background-color: #305592;
}
</style>
border-color css
<style>
span { border-color: #305592; }
span { border-color: rgb(48,85,146); }
td.TdClassName
{
border-color: #305592;
}
.TagClassName
{
border-color: #305592;
}
</style>