Shades of Endeavour #235388
Tints of Endeavour #235388
RGB
CMYK
RGB Variations
Color information
#235388 (or 0x235388) is known color: Endeavour. HEX triplet: 23, 53 and 88. RGB value is (35,83,136). Sum of RGB (Red+Green+Blue) = 35+83+136=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #235388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235388 is #DCAC77. Grayscale: #4A4A4A. Windows color (decimal): -14462072 or 8934179. OLE color: 8934179.
HSL color Cylindrical-coordinate representation of color #235388: hue angle of 211.49º 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 #235388 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 83 | 136 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.47 |
| HSL | 211.49º | 0.59% | 0.34% | - |
| HSV(B) | 211.49º | 0.74% | 0.53% | - |
| XYZ | 8.23 | 8.32 | 24.46 | - |
| YUV | 74.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 136 | 0.74 | 0.39 | 0 | 0.47 | 211.49 | 0.59 | 0.34 |
| Hex | 23 | 53 | 88 | 4A | 27 | 0 | 2F | D3 | 3B | 22 |
| Octal | 43 | 123 | 210 | 112 | 47 | 0 | 57 | 323 | 73 | 42 |
| Binary | 100011 | 1010011 | 10001000 | 1001010 | 100111 | 0 | 101111 | 11010011 | 111011 | 100010 |
Color Harmonies of #235388
Complementary color
Monochromatic Colors of #235388
Black with #235388
Text Example
Text Example
White with #235388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235388; }
p { color: rgb(35,83,136); }
H1.HeaderClassName
{
color: #235388;
}
.AnyTagClassName
{
color: #235388;
}
</style>
background-color css
<style>
a { background-color: #235388; }
a { background-color: rgb(35,83,136); }
div.DivClassName
{
background-color: #235388;
}
.BgClassName
{
background-color: #235388;
}
</style>
border-color css
<style>
span { border-color: #235388; }
span { border-color: rgb(35,83,136); }
td.TdClassName
{
border-color: #235388;
}
.TagClassName
{
border-color: #235388;
}
</style>