Shades of Endeavour #235188
Tints of Endeavour #235188
RGB
CMYK
RGB Variations
Color information
#235188 (or 0x235188) is known color: Endeavour. HEX triplet: 23, 51 and 88. RGB value is (35,81,136). Sum of RGB (Red+Green+Blue) = 35+81+136=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #235188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235188 is #DCAE77. Grayscale: #494949. Windows color (decimal): -14462584 or 8933667. OLE color: 8933667.
HSL color Cylindrical-coordinate representation of color #235188: hue angle of 212.67º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235188 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 81 | 136 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.47 |
| HSL | 212.67º | 0.59% | 0.34% | - |
| HSV(B) | 212.67º | 0.74% | 0.53% | - |
| XYZ | 8.08 | 8.02 | 24.41 | - |
| YUV | 73.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 136 | 0.74 | 0.40 | 0 | 0.47 | 212.67 | 0.59 | 0.34 |
| Hex | 23 | 51 | 88 | 4A | 28 | 0 | 2F | D5 | 3B | 22 |
| Octal | 43 | 121 | 210 | 112 | 50 | 0 | 57 | 325 | 73 | 42 |
| Binary | 100011 | 1010001 | 10001000 | 1001010 | 101000 | 0 | 101111 | 11010101 | 111011 | 100010 |
Color Harmonies of #235188
Complementary color
Monochromatic Colors of #235188
Black with #235188
Text Example
Text Example
White with #235188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235188; }
p { color: rgb(35,81,136); }
H1.HeaderClassName
{
color: #235188;
}
.AnyTagClassName
{
color: #235188;
}
</style>
background-color css
<style>
a { background-color: #235188; }
a { background-color: rgb(35,81,136); }
div.DivClassName
{
background-color: #235188;
}
.BgClassName
{
background-color: #235188;
}
</style>
border-color css
<style>
span { border-color: #235188; }
span { border-color: rgb(35,81,136); }
td.TdClassName
{
border-color: #235188;
}
.TagClassName
{
border-color: #235188;
}
</style>