Shades of Endeavour #306592
Tints of Endeavour #306592
RGB
CMYK
RGB Variations
Color information
#306592 (or 0x306592) is known color: Endeavour. HEX triplet: 30, 65 and 92. RGB value is (48,101,146). Sum of RGB (Red+Green+Blue) = 48+101+146=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #306592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306592 is #CF9A6D. Grayscale: #5A5A5A. Windows color (decimal): -13605486 or 9594160. OLE color: 9594160.
HSL color Cylindrical-coordinate representation of color #306592: hue angle of 207.55º 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 #306592 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 101 | 146 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.43 |
| HSL | 207.55º | 0.51% | 0.38% | - |
| HSV(B) | 207.55º | 0.67% | 0.57% | - |
| XYZ | 11.06 | 12.01 | 28.93 | - |
| YUV | 90.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 146 | 0.67 | 0.31 | 0 | 0.43 | 207.55 | 0.51 | 0.38 |
| Hex | 30 | 65 | 92 | 43 | 1F | 0 | 2B | D0 | 33 | 26 |
| Octal | 60 | 145 | 222 | 103 | 37 | 0 | 53 | 320 | 63 | 46 |
| Binary | 110000 | 1100101 | 10010010 | 1000011 | 11111 | 0 | 101011 | 11010000 | 110011 | 100110 |
Color Harmonies of #306592
Complementary color
Monochromatic Colors of #306592
Black with #306592
Text Example
Text Example
White with #306592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306592; }
p { color: rgb(48,101,146); }
H1.HeaderClassName
{
color: #306592;
}
.AnyTagClassName
{
color: #306592;
}
</style>
background-color css
<style>
a { background-color: #306592; }
a { background-color: rgb(48,101,146); }
div.DivClassName
{
background-color: #306592;
}
.BgClassName
{
background-color: #306592;
}
</style>
border-color css
<style>
span { border-color: #306592; }
span { border-color: rgb(48,101,146); }
td.TdClassName
{
border-color: #306592;
}
.TagClassName
{
border-color: #306592;
}
</style>