Shades of Endeavour #305893
Tints of Endeavour #305893
RGB
CMYK
RGB Variations
Color information
#305893 (or 0x305893) is known color: Endeavour. HEX triplet: 30, 58 and 93. RGB value is (48,88,147). Sum of RGB (Red+Green+Blue) = 48+88+147=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #305893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305893 is #CFA76C. Grayscale: #525252. Windows color (decimal): -13608813 or 9656368. OLE color: 9656368.
HSL color Cylindrical-coordinate representation of color #305893: hue angle of 215.76º 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 #305893 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 88 | 147 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.42 |
| HSL | 215.76º | 0.51% | 0.38% | - |
| HSV(B) | 215.76º | 0.67% | 0.58% | - |
| XYZ | 9.98 | 9.71 | 28.95 | - |
| YUV | 82.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 147 | 0.67 | 0.40 | 0 | 0.42 | 215.76 | 0.51 | 0.38 |
| Hex | 30 | 58 | 93 | 43 | 28 | 0 | 2A | D8 | 33 | 26 |
| Octal | 60 | 130 | 223 | 103 | 50 | 0 | 52 | 330 | 63 | 46 |
| Binary | 110000 | 1011000 | 10010011 | 1000011 | 101000 | 0 | 101010 | 11011000 | 110011 | 100110 |
Color Harmonies of #305893
Complementary color
Monochromatic Colors of #305893
Black with #305893
Text Example
Text Example
White with #305893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305893; }
p { color: rgb(48,88,147); }
H1.HeaderClassName
{
color: #305893;
}
.AnyTagClassName
{
color: #305893;
}
</style>
background-color css
<style>
a { background-color: #305893; }
a { background-color: rgb(48,88,147); }
div.DivClassName
{
background-color: #305893;
}
.BgClassName
{
background-color: #305893;
}
</style>
border-color css
<style>
span { border-color: #305893; }
span { border-color: rgb(48,88,147); }
td.TdClassName
{
border-color: #305893;
}
.TagClassName
{
border-color: #305893;
}
</style>