Shades of Endeavour #305D88
Tints of Endeavour #305D88
RGB
CMYK
RGB Variations
Color information
#305D88 (or 0x305D88) is known color: Endeavour. HEX triplet: 30, 5D and 88. RGB value is (48,93,136). Sum of RGB (Red+Green+Blue) = 48+93+136=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #305D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D88 is #CFA277. Grayscale: #545454. Windows color (decimal): -13607544 or 8936752. OLE color: 8936752.
HSL color Cylindrical-coordinate representation of color #305D88: hue angle of 209.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305D88 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 93 | 136 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.47 |
| HSL | 209.32º | 0.48% | 0.36% | - |
| HSV(B) | 209.32º | 0.65% | 0.53% | - |
| XYZ | 9.58 | 10.23 | 24.76 | - |
| YUV | 84.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 136 | 0.65 | 0.32 | 0 | 0.47 | 209.32 | 0.48 | 0.36 |
| Hex | 30 | 5D | 88 | 41 | 20 | 0 | 2F | D1 | 30 | 24 |
| Octal | 60 | 135 | 210 | 101 | 40 | 0 | 57 | 321 | 60 | 44 |
| Binary | 110000 | 1011101 | 10001000 | 1000001 | 100000 | 0 | 101111 | 11010001 | 110000 | 100100 |
Color Harmonies of #305D88
Complementary color
Monochromatic Colors of #305D88
Black with #305D88
Text Example
Text Example
White with #305D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D88; }
p { color: rgb(48,93,136); }
H1.HeaderClassName
{
color: #305D88;
}
.AnyTagClassName
{
color: #305D88;
}
</style>
background-color css
<style>
a { background-color: #305D88; }
a { background-color: rgb(48,93,136); }
div.DivClassName
{
background-color: #305D88;
}
.BgClassName
{
background-color: #305D88;
}
</style>
border-color css
<style>
span { border-color: #305D88; }
span { border-color: rgb(48,93,136); }
td.TdClassName
{
border-color: #305D88;
}
.TagClassName
{
border-color: #305D88;
}
</style>