Shades of Endeavour #306194
Tints of Endeavour #306194
RGB
CMYK
RGB Variations
Color information
#306194 (or 0x306194) is known color: Endeavour. HEX triplet: 30, 61 and 94. RGB value is (48,97,148). Sum of RGB (Red+Green+Blue) = 48+97+148=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #306194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306194 is #CF9E6B. Grayscale: #575757. Windows color (decimal): -13606508 or 9724208. OLE color: 9724208.
HSL color Cylindrical-coordinate representation of color #306194: hue angle of 210.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306194 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 97 | 148 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.42 |
| HSL | 210.6º | 0.51% | 0.38% | - |
| HSV(B) | 210.6º | 0.68% | 0.58% | - |
| XYZ | 10.84 | 11.32 | 29.63 | - |
| YUV | 88.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 148 | 0.68 | 0.34 | 0 | 0.42 | 210.6 | 0.51 | 0.38 |
| Hex | 30 | 61 | 94 | 44 | 22 | 0 | 2A | D3 | 33 | 26 |
| Octal | 60 | 141 | 224 | 104 | 42 | 0 | 52 | 323 | 63 | 46 |
| Binary | 110000 | 1100001 | 10010100 | 1000100 | 100010 | 0 | 101010 | 11010011 | 110011 | 100110 |
Color Harmonies of #306194
Complementary color
Monochromatic Colors of #306194
Black with #306194
Text Example
Text Example
White with #306194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306194; }
p { color: rgb(48,97,148); }
H1.HeaderClassName
{
color: #306194;
}
.AnyTagClassName
{
color: #306194;
}
</style>
background-color css
<style>
a { background-color: #306194; }
a { background-color: rgb(48,97,148); }
div.DivClassName
{
background-color: #306194;
}
.BgClassName
{
background-color: #306194;
}
</style>
border-color css
<style>
span { border-color: #306194; }
span { border-color: rgb(48,97,148); }
td.TdClassName
{
border-color: #306194;
}
.TagClassName
{
border-color: #306194;
}
</style>