Shades of Endeavour #305593
Tints of Endeavour #305593
RGB
CMYK
RGB Variations
Color information
#305593 (or 0x305593) is known color: Endeavour. HEX triplet: 30, 55 and 93. RGB value is (48,85,147). Sum of RGB (Red+Green+Blue) = 48+85+147=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #305593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305593 is #CFAA6C. Grayscale: #505050. Windows color (decimal): -13609581 or 9655600. OLE color: 9655600.
HSL color Cylindrical-coordinate representation of color #305593: hue angle of 217.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305593 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 85 | 147 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.42 |
| HSL | 217.58º | 0.51% | 0.38% | - |
| HSV(B) | 217.58º | 0.67% | 0.58% | - |
| XYZ | 9.73 | 9.23 | 28.87 | - |
| YUV | 81.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 147 | 0.67 | 0.42 | 0 | 0.42 | 217.58 | 0.51 | 0.38 |
| Hex | 30 | 55 | 93 | 43 | 2A | 0 | 2A | DA | 33 | 26 |
| Octal | 60 | 125 | 223 | 103 | 52 | 0 | 52 | 332 | 63 | 46 |
| Binary | 110000 | 1010101 | 10010011 | 1000011 | 101010 | 0 | 101010 | 11011010 | 110011 | 100110 |
Color Harmonies of #305593
Complementary color
Monochromatic Colors of #305593
Black with #305593
Text Example
Text Example
White with #305593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305593; }
p { color: rgb(48,85,147); }
H1.HeaderClassName
{
color: #305593;
}
.AnyTagClassName
{
color: #305593;
}
</style>
background-color css
<style>
a { background-color: #305593; }
a { background-color: rgb(48,85,147); }
div.DivClassName
{
background-color: #305593;
}
.BgClassName
{
background-color: #305593;
}
</style>
border-color css
<style>
span { border-color: #305593; }
span { border-color: rgb(48,85,147); }
td.TdClassName
{
border-color: #305593;
}
.TagClassName
{
border-color: #305593;
}
</style>