Shades of Endeavour #235488
Tints of Endeavour #235488
RGB
CMYK
RGB Variations
Color information
#235488 (or 0x235488) is known color: Endeavour. HEX triplet: 23, 54 and 88. RGB value is (35,84,136). Sum of RGB (Red+Green+Blue) = 35+84+136=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #235488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235488 is #DCAB77. Grayscale: #4B4B4B. Windows color (decimal): -14461816 or 8934435. OLE color: 8934435.
HSL color Cylindrical-coordinate representation of color #235488: hue angle of 210.89º 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 #235488 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 84 | 136 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.47 |
| HSL | 210.89º | 0.59% | 0.34% | - |
| HSV(B) | 210.89º | 0.74% | 0.53% | - |
| XYZ | 8.31 | 8.48 | 24.49 | - |
| YUV | 75.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 136 | 0.74 | 0.38 | 0 | 0.47 | 210.89 | 0.59 | 0.34 |
| Hex | 23 | 54 | 88 | 4A | 26 | 0 | 2F | D3 | 3B | 22 |
| Octal | 43 | 124 | 210 | 112 | 46 | 0 | 57 | 323 | 73 | 42 |
| Binary | 100011 | 1010100 | 10001000 | 1001010 | 100110 | 0 | 101111 | 11010011 | 111011 | 100010 |
Color Harmonies of #235488
Complementary color
Monochromatic Colors of #235488
Black with #235488
Text Example
Text Example
White with #235488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235488; }
p { color: rgb(35,84,136); }
H1.HeaderClassName
{
color: #235488;
}
.AnyTagClassName
{
color: #235488;
}
</style>
background-color css
<style>
a { background-color: #235488; }
a { background-color: rgb(35,84,136); }
div.DivClassName
{
background-color: #235488;
}
.BgClassName
{
background-color: #235488;
}
</style>
border-color css
<style>
span { border-color: #235488; }
span { border-color: rgb(35,84,136); }
td.TdClassName
{
border-color: #235488;
}
.TagClassName
{
border-color: #235488;
}
</style>