Shades of Endeavour #305B8A
Tints of Endeavour #305B8A
RGB
CMYK
RGB Variations
Color information
#305B8A (or 0x305B8A) is known color: Endeavour. HEX triplet: 30, 5B and 8A. RGB value is (48,91,138). Sum of RGB (Red+Green+Blue) = 48+91+138=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #305B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B8A is #CFA475. Grayscale: #535353. Windows color (decimal): -13608054 or 9067312. OLE color: 9067312.
HSL color Cylindrical-coordinate representation of color #305B8A: hue angle of 211.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305B8A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 91 | 138 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.46 |
| HSL | 211.33º | 0.48% | 0.36% | - |
| HSV(B) | 211.33º | 0.65% | 0.54% | - |
| XYZ | 9.55 | 9.95 | 25.46 | - |
| YUV | 83.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 138 | 0.65 | 0.34 | 0 | 0.46 | 211.33 | 0.48 | 0.36 |
| Hex | 30 | 5B | 8A | 41 | 22 | 0 | 2E | D3 | 30 | 24 |
| Octal | 60 | 133 | 212 | 101 | 42 | 0 | 56 | 323 | 60 | 44 |
| Binary | 110000 | 1011011 | 10001010 | 1000001 | 100010 | 0 | 101110 | 11010011 | 110000 | 100100 |
Color Harmonies of #305B8A
Complementary color
Monochromatic Colors of #305B8A
Black with #305B8A
Text Example
Text Example
White with #305B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B8A; }
p { color: rgb(48,91,138); }
H1.HeaderClassName
{
color: #305B8A;
}
.AnyTagClassName
{
color: #305B8A;
}
</style>
background-color css
<style>
a { background-color: #305B8A; }
a { background-color: rgb(48,91,138); }
div.DivClassName
{
background-color: #305B8A;
}
.BgClassName
{
background-color: #305B8A;
}
</style>
border-color css
<style>
span { border-color: #305B8A; }
span { border-color: rgb(48,91,138); }
td.TdClassName
{
border-color: #305B8A;
}
.TagClassName
{
border-color: #305B8A;
}
</style>