Shades of Endeavour #305B8F
Tints of Endeavour #305B8F
RGB
CMYK
RGB Variations
Color information
#305B8F (or 0x305B8F) is known color: Endeavour. HEX triplet: 30, 5B and 8F. RGB value is (48,91,143). Sum of RGB (Red+Green+Blue) = 48+91+143=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #305B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B8F is #CFA470. Grayscale: #535353. Windows color (decimal): -13608049 or 9394992. OLE color: 9394992.
HSL color Cylindrical-coordinate representation of color #305B8F: hue angle of 212.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #305B8F is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 91 | 143 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.44 |
| HSL | 212.84º | 0.5% | 0.37% | - |
| HSV(B) | 212.84º | 0.66% | 0.56% | - |
| XYZ | 9.92 | 10.09 | 27.41 | - |
| YUV | 84.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 143 | 0.66 | 0.36 | 0 | 0.44 | 212.84 | 0.5 | 0.37 |
| Hex | 30 | 5B | 8F | 42 | 24 | 0 | 2C | D5 | 32 | 25 |
| Octal | 60 | 133 | 217 | 102 | 44 | 0 | 54 | 325 | 62 | 45 |
| Binary | 110000 | 1011011 | 10001111 | 1000010 | 100100 | 0 | 101100 | 11010101 | 110010 | 100101 |
Color Harmonies of #305B8F
Complementary color
Monochromatic Colors of #305B8F
Black with #305B8F
Text Example
Text Example
White with #305B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B8F; }
p { color: rgb(48,91,143); }
H1.HeaderClassName
{
color: #305B8F;
}
.AnyTagClassName
{
color: #305B8F;
}
</style>
background-color css
<style>
a { background-color: #305B8F; }
a { background-color: rgb(48,91,143); }
div.DivClassName
{
background-color: #305B8F;
}
.BgClassName
{
background-color: #305B8F;
}
</style>
border-color css
<style>
span { border-color: #305B8F; }
span { border-color: rgb(48,91,143); }
td.TdClassName
{
border-color: #305B8F;
}
.TagClassName
{
border-color: #305B8F;
}
</style>