Shades of Endeavour #306292
Tints of Endeavour #306292
RGB
CMYK
RGB Variations
Color information
#306292 (or 0x306292) is known color: Endeavour. HEX triplet: 30, 62 and 92. RGB value is (48,98,146). Sum of RGB (Red+Green+Blue) = 48+98+146=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #306292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306292 is #CF9D6D. Grayscale: #585858. Windows color (decimal): -13606254 or 9593392. OLE color: 9593392.
HSL color Cylindrical-coordinate representation of color #306292: hue angle of 209.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306292 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 98 | 146 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.43 |
| HSL | 209.39º | 0.51% | 0.38% | - |
| HSV(B) | 209.39º | 0.67% | 0.57% | - |
| XYZ | 10.77 | 11.44 | 28.83 | - |
| YUV | 88.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 146 | 0.67 | 0.33 | 0 | 0.43 | 209.39 | 0.51 | 0.38 |
| Hex | 30 | 62 | 92 | 43 | 21 | 0 | 2B | D1 | 33 | 26 |
| Octal | 60 | 142 | 222 | 103 | 41 | 0 | 53 | 321 | 63 | 46 |
| Binary | 110000 | 1100010 | 10010010 | 1000011 | 100001 | 0 | 101011 | 11010001 | 110011 | 100110 |
Color Harmonies of #306292
Complementary color
Monochromatic Colors of #306292
Black with #306292
Text Example
Text Example
White with #306292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306292; }
p { color: rgb(48,98,146); }
H1.HeaderClassName
{
color: #306292;
}
.AnyTagClassName
{
color: #306292;
}
</style>
background-color css
<style>
a { background-color: #306292; }
a { background-color: rgb(48,98,146); }
div.DivClassName
{
background-color: #306292;
}
.BgClassName
{
background-color: #306292;
}
</style>
border-color css
<style>
span { border-color: #306292; }
span { border-color: rgb(48,98,146); }
td.TdClassName
{
border-color: #306292;
}
.TagClassName
{
border-color: #306292;
}
</style>