Shades of Endeavour #305492
Tints of Endeavour #305492
RGB
CMYK
RGB Variations
Color information
#305492 (or 0x305492) is known color: Endeavour. HEX triplet: 30, 54 and 92. RGB value is (48,84,146). Sum of RGB (Red+Green+Blue) = 48+84+146=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #305492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305492 is #CFAB6D. Grayscale: #505050. Windows color (decimal): -13609838 or 9589808. OLE color: 9589808.
HSL color Cylindrical-coordinate representation of color #305492: hue angle of 217.96º 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 #305492 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 84 | 146 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.43 |
| HSL | 217.96º | 0.51% | 0.38% | - |
| HSV(B) | 217.96º | 0.67% | 0.57% | - |
| XYZ | 9.58 | 9.04 | 28.44 | - |
| YUV | 80.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 146 | 0.67 | 0.42 | 0 | 0.43 | 217.96 | 0.51 | 0.38 |
| Hex | 30 | 54 | 92 | 43 | 2A | 0 | 2B | DA | 33 | 26 |
| Octal | 60 | 124 | 222 | 103 | 52 | 0 | 53 | 332 | 63 | 46 |
| Binary | 110000 | 1010100 | 10010010 | 1000011 | 101010 | 0 | 101011 | 11011010 | 110011 | 100110 |
Color Harmonies of #305492
Complementary color
Monochromatic Colors of #305492
Black with #305492
Text Example
Text Example
White with #305492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305492; }
p { color: rgb(48,84,146); }
H1.HeaderClassName
{
color: #305492;
}
.AnyTagClassName
{
color: #305492;
}
</style>
background-color css
<style>
a { background-color: #305492; }
a { background-color: rgb(48,84,146); }
div.DivClassName
{
background-color: #305492;
}
.BgClassName
{
background-color: #305492;
}
</style>
border-color css
<style>
span { border-color: #305492; }
span { border-color: rgb(48,84,146); }
td.TdClassName
{
border-color: #305492;
}
.TagClassName
{
border-color: #305492;
}
</style>