Shades of Endeavour #375F90
Tints of Endeavour #375F90
RGB
CMYK
RGB Variations
Color information
#375F90 (or 0x375F90) is known color: Endeavour. HEX triplet: 37, 5F and 90. RGB value is (55,95,144). Sum of RGB (Red+Green+Blue) = 55+95+144=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #375F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F90 is #C8A06F. Grayscale: #585858. Windows color (decimal): -13148272 or 9461559. OLE color: 9461559.
HSL color Cylindrical-coordinate representation of color #375F90: hue angle of 213.03º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375F90 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 95 | 144 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.44 |
| HSL | 213.03º | 0.45% | 0.39% | - |
| HSV(B) | 213.03º | 0.62% | 0.56% | - |
| XYZ | 10.7 | 11.01 | 27.95 | - |
| YUV | 88.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 144 | 0.62 | 0.34 | 0 | 0.44 | 213.03 | 0.45 | 0.39 |
| Hex | 37 | 5F | 90 | 3E | 22 | 0 | 2C | D5 | 2D | 27 |
| Octal | 67 | 137 | 220 | 76 | 42 | 0 | 54 | 325 | 55 | 47 |
| Binary | 110111 | 1011111 | 10010000 | 111110 | 100010 | 0 | 101100 | 11010101 | 101101 | 100111 |
Color Harmonies of #375F90
Complementary color
Monochromatic Colors of #375F90
Black with #375F90
Text Example
Text Example
White with #375F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F90; }
p { color: rgb(55,95,144); }
H1.HeaderClassName
{
color: #375F90;
}
.AnyTagClassName
{
color: #375F90;
}
</style>
background-color css
<style>
a { background-color: #375F90; }
a { background-color: rgb(55,95,144); }
div.DivClassName
{
background-color: #375F90;
}
.BgClassName
{
background-color: #375F90;
}
</style>
border-color css
<style>
span { border-color: #375F90; }
span { border-color: rgb(55,95,144); }
td.TdClassName
{
border-color: #375F90;
}
.TagClassName
{
border-color: #375F90;
}
</style>