Shades of Endeavour #385F90
Tints of Endeavour #385F90
RGB
CMYK
RGB Variations
Color information
#385F90 (or 0x385F90) is known color: Endeavour. HEX triplet: 38, 5F and 90. RGB value is (56,95,144). Sum of RGB (Red+Green+Blue) = 56+95+144=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #385F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F90 is #C7A06F. Grayscale: #585858. Windows color (decimal): -13082736 or 9461560. OLE color: 9461560.
HSL color Cylindrical-coordinate representation of color #385F90: hue angle of 213.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385F90 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 95 | 144 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.44 |
| HSL | 213.41º | 0.44% | 0.39% | - |
| HSV(B) | 213.41º | 0.61% | 0.56% | - |
| XYZ | 10.76 | 11.04 | 27.95 | - |
| YUV | 88.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 144 | 0.61 | 0.34 | 0 | 0.44 | 213.41 | 0.44 | 0.39 |
| Hex | 38 | 5F | 90 | 3D | 22 | 0 | 2C | D5 | 2C | 27 |
| Octal | 70 | 137 | 220 | 75 | 42 | 0 | 54 | 325 | 54 | 47 |
| Binary | 111000 | 1011111 | 10010000 | 111101 | 100010 | 0 | 101100 | 11010101 | 101100 | 100111 |
Color Harmonies of #385F90
Complementary color
Monochromatic Colors of #385F90
Black with #385F90
Text Example
Text Example
White with #385F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F90; }
p { color: rgb(56,95,144); }
H1.HeaderClassName
{
color: #385F90;
}
.AnyTagClassName
{
color: #385F90;
}
</style>
background-color css
<style>
a { background-color: #385F90; }
a { background-color: rgb(56,95,144); }
div.DivClassName
{
background-color: #385F90;
}
.BgClassName
{
background-color: #385F90;
}
</style>
border-color css
<style>
span { border-color: #385F90; }
span { border-color: rgb(56,95,144); }
td.TdClassName
{
border-color: #385F90;
}
.TagClassName
{
border-color: #385F90;
}
</style>