Shades of Endeavour #23569C
Tints of Endeavour #23569C
RGB
CMYK
RGB Variations
Color information
#23569C (or 0x23569C) is known color: Endeavour. HEX triplet: 23, 56 and 9C. RGB value is (35,86,156). Sum of RGB (Red+Green+Blue) = 35+86+156=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #23569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23569C is #DCA963. Grayscale: #4E4E4E. Windows color (decimal): -14461284 or 10245667. OLE color: 10245667.
HSL color Cylindrical-coordinate representation of color #23569C: hue angle of 214.71º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23569C is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 86 | 156 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.39 |
| HSL | 214.71º | 0.63% | 0.37% | - |
| HSV(B) | 214.71º | 0.78% | 0.61% | - |
| XYZ | 10.02 | 9.41 | 32.74 | - |
| YUV | 78.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 156 | 0.78 | 0.45 | 0 | 0.39 | 214.71 | 0.63 | 0.37 |
| Hex | 23 | 56 | 9C | 4E | 2D | 0 | 27 | D7 | 3F | 25 |
| Octal | 43 | 126 | 234 | 116 | 55 | 0 | 47 | 327 | 77 | 45 |
| Binary | 100011 | 1010110 | 10011100 | 1001110 | 101101 | 0 | 100111 | 11010111 | 111111 | 100101 |
Color Harmonies of #23569C
Complementary color
Monochromatic Colors of #23569C
Black with #23569C
Text Example
Text Example
White with #23569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23569C; }
p { color: rgb(35,86,156); }
H1.HeaderClassName
{
color: #23569C;
}
.AnyTagClassName
{
color: #23569C;
}
</style>
background-color css
<style>
a { background-color: #23569C; }
a { background-color: rgb(35,86,156); }
div.DivClassName
{
background-color: #23569C;
}
.BgClassName
{
background-color: #23569C;
}
</style>
border-color css
<style>
span { border-color: #23569C; }
span { border-color: rgb(35,86,156); }
td.TdClassName
{
border-color: #23569C;
}
.TagClassName
{
border-color: #23569C;
}
</style>