Shades of Endeavour #235E9C
Tints of Endeavour #235E9C
RGB
CMYK
RGB Variations
Color information
#235E9C (or 0x235E9C) is known color: Endeavour. HEX triplet: 23, 5E and 9C. RGB value is (35,94,156). Sum of RGB (Red+Green+Blue) = 35+94+156=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #235E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E9C is #DCA163. Grayscale: #535353. Windows color (decimal): -14459236 or 10247715. OLE color: 10247715.
HSL color Cylindrical-coordinate representation of color #235E9C: hue angle of 210.74º 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 #235E9C is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 94 | 156 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.39 |
| HSL | 210.74º | 0.63% | 0.37% | - |
| HSV(B) | 210.74º | 0.78% | 0.61% | - |
| XYZ | 10.7 | 10.76 | 32.97 | - |
| YUV | 83.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 156 | 0.78 | 0.40 | 0 | 0.39 | 210.74 | 0.63 | 0.37 |
| Hex | 23 | 5E | 9C | 4E | 28 | 0 | 27 | D3 | 3F | 25 |
| Octal | 43 | 136 | 234 | 116 | 50 | 0 | 47 | 323 | 77 | 45 |
| Binary | 100011 | 1011110 | 10011100 | 1001110 | 101000 | 0 | 100111 | 11010011 | 111111 | 100101 |
Color Harmonies of #235E9C
Complementary color
Monochromatic Colors of #235E9C
Black with #235E9C
Text Example
Text Example
White with #235E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E9C; }
p { color: rgb(35,94,156); }
H1.HeaderClassName
{
color: #235E9C;
}
.AnyTagClassName
{
color: #235E9C;
}
</style>
background-color css
<style>
a { background-color: #235E9C; }
a { background-color: rgb(35,94,156); }
div.DivClassName
{
background-color: #235E9C;
}
.BgClassName
{
background-color: #235E9C;
}
</style>
border-color css
<style>
span { border-color: #235E9C; }
span { border-color: rgb(35,94,156); }
td.TdClassName
{
border-color: #235E9C;
}
.TagClassName
{
border-color: #235E9C;
}
</style>