Shades of Endeavour #306090
Tints of Endeavour #306090
RGB
CMYK
RGB Variations
Color information
#306090 (or 0x306090) is known color: Endeavour. HEX triplet: 30, 60 and 90. RGB value is (48,96,144). Sum of RGB (Red+Green+Blue) = 48+96+144=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #306090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306090 is #CF9F6F. Grayscale: #565656. Windows color (decimal): -13606768 or 9461808. OLE color: 9461808.
HSL color Cylindrical-coordinate representation of color #306090: hue angle of 210º 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 #306090 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 96 | 144 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.44 |
| HSL | 210º | 0.5% | 0.38% | - |
| HSV(B) | 210º | 0.67% | 0.56% | - |
| XYZ | 10.44 | 11.01 | 27.96 | - |
| YUV | 87.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 144 | 0.67 | 0.33 | 0 | 0.44 | 210 | 0.5 | 0.38 |
| Hex | 30 | 60 | 90 | 43 | 21 | 0 | 2C | D2 | 32 | 26 |
| Octal | 60 | 140 | 220 | 103 | 41 | 0 | 54 | 322 | 62 | 46 |
| Binary | 110000 | 1100000 | 10010000 | 1000011 | 100001 | 0 | 101100 | 11010010 | 110010 | 100110 |
Color Harmonies of #306090
Complementary color
Monochromatic Colors of #306090
Black with #306090
Text Example
Text Example
White with #306090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306090; }
p { color: rgb(48,96,144); }
H1.HeaderClassName
{
color: #306090;
}
.AnyTagClassName
{
color: #306090;
}
</style>
background-color css
<style>
a { background-color: #306090; }
a { background-color: rgb(48,96,144); }
div.DivClassName
{
background-color: #306090;
}
.BgClassName
{
background-color: #306090;
}
</style>
border-color css
<style>
span { border-color: #306090; }
span { border-color: rgb(48,96,144); }
td.TdClassName
{
border-color: #306090;
}
.TagClassName
{
border-color: #306090;
}
</style>