Shades of Endeavour #30568C
Tints of Endeavour #30568C
RGB
CMYK
RGB Variations
Color information
#30568C (or 0x30568C) is known color: Endeavour. HEX triplet: 30, 56 and 8C. RGB value is (48,86,140). Sum of RGB (Red+Green+Blue) = 48+86+140=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #30568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30568C is #CFA973. Grayscale: #505050. Windows color (decimal): -13609332 or 9197104. OLE color: 9197104.
HSL color Cylindrical-coordinate representation of color #30568C: hue angle of 215.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30568C is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 86 | 140 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.45 |
| HSL | 215.22º | 0.49% | 0.37% | - |
| HSV(B) | 215.22º | 0.66% | 0.55% | - |
| XYZ | 9.28 | 9.18 | 26.09 | - |
| YUV | 80.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 140 | 0.66 | 0.39 | 0 | 0.45 | 215.22 | 0.49 | 0.37 |
| Hex | 30 | 56 | 8C | 42 | 27 | 0 | 2D | D7 | 31 | 25 |
| Octal | 60 | 126 | 214 | 102 | 47 | 0 | 55 | 327 | 61 | 45 |
| Binary | 110000 | 1010110 | 10001100 | 1000010 | 100111 | 0 | 101101 | 11010111 | 110001 | 100101 |
Color Harmonies of #30568C
Complementary color
Monochromatic Colors of #30568C
Black with #30568C
Text Example
Text Example
White with #30568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30568C; }
p { color: rgb(48,86,140); }
H1.HeaderClassName
{
color: #30568C;
}
.AnyTagClassName
{
color: #30568C;
}
</style>
background-color css
<style>
a { background-color: #30568C; }
a { background-color: rgb(48,86,140); }
div.DivClassName
{
background-color: #30568C;
}
.BgClassName
{
background-color: #30568C;
}
</style>
border-color css
<style>
span { border-color: #30568C; }
span { border-color: rgb(48,86,140); }
td.TdClassName
{
border-color: #30568C;
}
.TagClassName
{
border-color: #30568C;
}
</style>