Shades of Endeavour #234C85
Tints of Endeavour #234C85
RGB
CMYK
RGB Variations
Color information
#234C85 (or 0x234C85) is known color: Endeavour. HEX triplet: 23, 4C and 85. RGB value is (35,76,133). Sum of RGB (Red+Green+Blue) = 35+76+133=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #234C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C85 is #DCB37A. Grayscale: #454545. Windows color (decimal): -14463867 or 8735779. OLE color: 8735779.
HSL color Cylindrical-coordinate representation of color #234C85: hue angle of 214.9º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234C85 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 76 | 133 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.48 |
| HSL | 214.9º | 0.58% | 0.33% | - |
| HSV(B) | 214.9º | 0.74% | 0.52% | - |
| XYZ | 7.51 | 7.22 | 23.19 | - |
| YUV | 70.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 133 | 0.74 | 0.43 | 0 | 0.48 | 214.9 | 0.58 | 0.33 |
| Hex | 23 | 4C | 85 | 4A | 2B | 0 | 30 | D7 | 3A | 21 |
| Octal | 43 | 114 | 205 | 112 | 53 | 0 | 60 | 327 | 72 | 41 |
| Binary | 100011 | 1001100 | 10000101 | 1001010 | 101011 | 0 | 110000 | 11010111 | 111010 | 100001 |
Color Harmonies of #234C85
Complementary color
Monochromatic Colors of #234C85
Black with #234C85
Text Example
Text Example
White with #234C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C85; }
p { color: rgb(35,76,133); }
H1.HeaderClassName
{
color: #234C85;
}
.AnyTagClassName
{
color: #234C85;
}
</style>
background-color css
<style>
a { background-color: #234C85; }
a { background-color: rgb(35,76,133); }
div.DivClassName
{
background-color: #234C85;
}
.BgClassName
{
background-color: #234C85;
}
</style>
border-color css
<style>
span { border-color: #234C85; }
span { border-color: rgb(35,76,133); }
td.TdClassName
{
border-color: #234C85;
}
.TagClassName
{
border-color: #234C85;
}
</style>