Shades of Endeavour #305B93
Tints of Endeavour #305B93
RGB
CMYK
RGB Variations
Color information
#305B93 (or 0x305B93) is known color: Endeavour. HEX triplet: 30, 5B and 93. RGB value is (48,91,147). Sum of RGB (Red+Green+Blue) = 48+91+147=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #305B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B93 is #CFA46C. Grayscale: #545454. Windows color (decimal): -13608045 or 9657136. OLE color: 9657136.
HSL color Cylindrical-coordinate representation of color #305B93: hue angle of 213.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305B93 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 91 | 147 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.42 |
| HSL | 213.94º | 0.51% | 0.38% | - |
| HSV(B) | 213.94º | 0.67% | 0.58% | - |
| XYZ | 10.23 | 10.22 | 29.04 | - |
| YUV | 84.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 147 | 0.67 | 0.38 | 0 | 0.42 | 213.94 | 0.51 | 0.38 |
| Hex | 30 | 5B | 93 | 43 | 26 | 0 | 2A | D6 | 33 | 26 |
| Octal | 60 | 133 | 223 | 103 | 46 | 0 | 52 | 326 | 63 | 46 |
| Binary | 110000 | 1011011 | 10010011 | 1000011 | 100110 | 0 | 101010 | 11010110 | 110011 | 100110 |
Color Harmonies of #305B93
Complementary color
Monochromatic Colors of #305B93
Black with #305B93
Text Example
Text Example
White with #305B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B93; }
p { color: rgb(48,91,147); }
H1.HeaderClassName
{
color: #305B93;
}
.AnyTagClassName
{
color: #305B93;
}
</style>
background-color css
<style>
a { background-color: #305B93; }
a { background-color: rgb(48,91,147); }
div.DivClassName
{
background-color: #305B93;
}
.BgClassName
{
background-color: #305B93;
}
</style>
border-color css
<style>
span { border-color: #305B93; }
span { border-color: rgb(48,91,147); }
td.TdClassName
{
border-color: #305B93;
}
.TagClassName
{
border-color: #305B93;
}
</style>