Shades of Endeavour #305A93
Tints of Endeavour #305A93
RGB
CMYK
RGB Variations
Color information
#305A93 (or 0x305A93) is known color: Endeavour. HEX triplet: 30, 5A and 93. RGB value is (48,90,147). Sum of RGB (Red+Green+Blue) = 48+90+147=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #305A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A93 is #CFA56C. Grayscale: #535353. Windows color (decimal): -13608301 or 9656880. OLE color: 9656880.
HSL color Cylindrical-coordinate representation of color #305A93: hue angle of 214.55º 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 #305A93 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 90 | 147 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.42 |
| HSL | 214.55º | 0.51% | 0.38% | - |
| HSV(B) | 214.55º | 0.67% | 0.58% | - |
| XYZ | 10.14 | 10.05 | 29.01 | - |
| YUV | 83.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 147 | 0.67 | 0.39 | 0 | 0.42 | 214.55 | 0.51 | 0.38 |
| Hex | 30 | 5A | 93 | 43 | 27 | 0 | 2A | D7 | 33 | 26 |
| Octal | 60 | 132 | 223 | 103 | 47 | 0 | 52 | 327 | 63 | 46 |
| Binary | 110000 | 1011010 | 10010011 | 1000011 | 100111 | 0 | 101010 | 11010111 | 110011 | 100110 |
Color Harmonies of #305A93
Complementary color
Monochromatic Colors of #305A93
Black with #305A93
Text Example
Text Example
White with #305A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A93; }
p { color: rgb(48,90,147); }
H1.HeaderClassName
{
color: #305A93;
}
.AnyTagClassName
{
color: #305A93;
}
</style>
background-color css
<style>
a { background-color: #305A93; }
a { background-color: rgb(48,90,147); }
div.DivClassName
{
background-color: #305A93;
}
.BgClassName
{
background-color: #305A93;
}
</style>
border-color css
<style>
span { border-color: #305A93; }
span { border-color: rgb(48,90,147); }
td.TdClassName
{
border-color: #305A93;
}
.TagClassName
{
border-color: #305A93;
}
</style>