Shades of Endeavour #256692
Tints of Endeavour #256692
RGB
CMYK
RGB Variations
Color information
#256692 (or 0x256692) is known color: Endeavour. HEX triplet: 25, 66 and 92. RGB value is (37,102,146). Sum of RGB (Red+Green+Blue) = 37+102+146=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #256692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256692 is #DA996D. Grayscale: #575757. Windows color (decimal): -14326126 or 9594405. OLE color: 9594405.
HSL color Cylindrical-coordinate representation of color #256692: hue angle of 204.22º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256692 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 102 | 146 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.43 |
| HSL | 204.22º | 0.6% | 0.36% | - |
| HSV(B) | 204.22º | 0.75% | 0.57% | - |
| XYZ | 10.7 | 11.97 | 28.94 | - |
| YUV | 87.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 146 | 0.75 | 0.30 | 0 | 0.43 | 204.22 | 0.6 | 0.36 |
| Hex | 25 | 66 | 92 | 4B | 1E | 0 | 2B | CC | 3C | 24 |
| Octal | 45 | 146 | 222 | 113 | 36 | 0 | 53 | 314 | 74 | 44 |
| Binary | 100101 | 1100110 | 10010010 | 1001011 | 11110 | 0 | 101011 | 11001100 | 111100 | 100100 |
Color Harmonies of #256692
Complementary color
Monochromatic Colors of #256692
Black with #256692
Text Example
Text Example
White with #256692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256692; }
p { color: rgb(37,102,146); }
H1.HeaderClassName
{
color: #256692;
}
.AnyTagClassName
{
color: #256692;
}
</style>
background-color css
<style>
a { background-color: #256692; }
a { background-color: rgb(37,102,146); }
div.DivClassName
{
background-color: #256692;
}
.BgClassName
{
background-color: #256692;
}
</style>
border-color css
<style>
span { border-color: #256692; }
span { border-color: rgb(37,102,146); }
td.TdClassName
{
border-color: #256692;
}
.TagClassName
{
border-color: #256692;
}
</style>