Shades of Endeavour #305C90
Tints of Endeavour #305C90
RGB
CMYK
RGB Variations
Color information
#305C90 (or 0x305C90) is known color: Endeavour. HEX triplet: 30, 5C and 90. RGB value is (48,92,144). Sum of RGB (Red+Green+Blue) = 48+92+144=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #305C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C90 is #CFA36F. Grayscale: #545454. Windows color (decimal): -13607792 or 9460784. OLE color: 9460784.
HSL color Cylindrical-coordinate representation of color #305C90: hue angle of 212.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305C90 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 92 | 144 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.44 |
| HSL | 212.5º | 0.5% | 0.38% | - |
| HSV(B) | 212.5º | 0.67% | 0.56% | - |
| XYZ | 10.08 | 10.3 | 27.84 | - |
| YUV | 84.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 144 | 0.67 | 0.36 | 0 | 0.44 | 212.5 | 0.5 | 0.38 |
| Hex | 30 | 5C | 90 | 43 | 24 | 0 | 2C | D4 | 32 | 26 |
| Octal | 60 | 134 | 220 | 103 | 44 | 0 | 54 | 324 | 62 | 46 |
| Binary | 110000 | 1011100 | 10010000 | 1000011 | 100100 | 0 | 101100 | 11010100 | 110010 | 100110 |
Color Harmonies of #305C90
Complementary color
Monochromatic Colors of #305C90
Black with #305C90
Text Example
Text Example
White with #305C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C90; }
p { color: rgb(48,92,144); }
H1.HeaderClassName
{
color: #305C90;
}
.AnyTagClassName
{
color: #305C90;
}
</style>
background-color css
<style>
a { background-color: #305C90; }
a { background-color: rgb(48,92,144); }
div.DivClassName
{
background-color: #305C90;
}
.BgClassName
{
background-color: #305C90;
}
</style>
border-color css
<style>
span { border-color: #305C90; }
span { border-color: rgb(48,92,144); }
td.TdClassName
{
border-color: #305C90;
}
.TagClassName
{
border-color: #305C90;
}
</style>