Shades of Endeavour #305490
Tints of Endeavour #305490
RGB
CMYK
RGB Variations
Color information
#305490 (or 0x305490) is known color: Endeavour. HEX triplet: 30, 54 and 90. RGB value is (48,84,144). Sum of RGB (Red+Green+Blue) = 48+84+144=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #305490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305490 is #CFAB6F. Grayscale: #4F4F4F. Windows color (decimal): -13609840 or 9458736. OLE color: 9458736.
HSL color Cylindrical-coordinate representation of color #305490: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305490 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 84 | 144 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.44 |
| HSL | 217.5º | 0.5% | 0.38% | - |
| HSV(B) | 217.5º | 0.67% | 0.56% | - |
| XYZ | 9.42 | 8.98 | 27.62 | - |
| YUV | 80.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 144 | 0.67 | 0.42 | 0 | 0.44 | 217.5 | 0.5 | 0.38 |
| Hex | 30 | 54 | 90 | 43 | 2A | 0 | 2C | DA | 32 | 26 |
| Octal | 60 | 124 | 220 | 103 | 52 | 0 | 54 | 332 | 62 | 46 |
| Binary | 110000 | 1010100 | 10010000 | 1000011 | 101010 | 0 | 101100 | 11011010 | 110010 | 100110 |
Color Harmonies of #305490
Complementary color
Monochromatic Colors of #305490
Black with #305490
Text Example
Text Example
White with #305490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305490; }
p { color: rgb(48,84,144); }
H1.HeaderClassName
{
color: #305490;
}
.AnyTagClassName
{
color: #305490;
}
</style>
background-color css
<style>
a { background-color: #305490; }
a { background-color: rgb(48,84,144); }
div.DivClassName
{
background-color: #305490;
}
.BgClassName
{
background-color: #305490;
}
</style>
border-color css
<style>
span { border-color: #305490; }
span { border-color: rgb(48,84,144); }
td.TdClassName
{
border-color: #305490;
}
.TagClassName
{
border-color: #305490;
}
</style>