Shades of Endeavour #305696
Tints of Endeavour #305696
RGB
CMYK
RGB Variations
Color information
#305696 (or 0x305696) is known color: Endeavour. HEX triplet: 30, 56 and 96. RGB value is (48,86,150). Sum of RGB (Red+Green+Blue) = 48+86+150=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #305696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305696 is #CFA969. Grayscale: #515151. Windows color (decimal): -13609322 or 9852464. OLE color: 9852464.
HSL color Cylindrical-coordinate representation of color #305696: hue angle of 217.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305696 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 86 | 150 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.41 |
| HSL | 217.65º | 0.52% | 0.39% | - |
| HSV(B) | 217.65º | 0.68% | 0.59% | - |
| XYZ | 10.05 | 9.49 | 30.16 | - |
| YUV | 81.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 150 | 0.68 | 0.43 | 0 | 0.41 | 217.65 | 0.52 | 0.39 |
| Hex | 30 | 56 | 96 | 44 | 2B | 0 | 29 | DA | 34 | 27 |
| Octal | 60 | 126 | 226 | 104 | 53 | 0 | 51 | 332 | 64 | 47 |
| Binary | 110000 | 1010110 | 10010110 | 1000100 | 101011 | 0 | 101001 | 11011010 | 110100 | 100111 |
Color Harmonies of #305696
Complementary color
Monochromatic Colors of #305696
Black with #305696
Text Example
Text Example
White with #305696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305696; }
p { color: rgb(48,86,150); }
H1.HeaderClassName
{
color: #305696;
}
.AnyTagClassName
{
color: #305696;
}
</style>
background-color css
<style>
a { background-color: #305696; }
a { background-color: rgb(48,86,150); }
div.DivClassName
{
background-color: #305696;
}
.BgClassName
{
background-color: #305696;
}
</style>
border-color css
<style>
span { border-color: #305696; }
span { border-color: rgb(48,86,150); }
td.TdClassName
{
border-color: #305696;
}
.TagClassName
{
border-color: #305696;
}
</style>