Shades of Endeavour #234A8C
Tints of Endeavour #234A8C
RGB
CMYK
RGB Variations
Color information
#234A8C (or 0x234A8C) is known color: Endeavour. HEX triplet: 23, 4A and 8C. RGB value is (35,74,140). Sum of RGB (Red+Green+Blue) = 35+74+140=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #234A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A8C is #DCB573. Grayscale: #454545. Windows color (decimal): -14464372 or 9194019. OLE color: 9194019.
HSL color Cylindrical-coordinate representation of color #234A8C: hue angle of 217.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234A8C is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 74 | 140 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.45 |
| HSL | 217.71º | 0.6% | 0.34% | - |
| HSV(B) | 217.71º | 0.75% | 0.55% | - |
| XYZ | 7.88 | 7.15 | 25.78 | - |
| YUV | 69.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 140 | 0.75 | 0.47 | 0 | 0.45 | 217.71 | 0.6 | 0.34 |
| Hex | 23 | 4A | 8C | 4B | 2F | 0 | 2D | DA | 3C | 22 |
| Octal | 43 | 112 | 214 | 113 | 57 | 0 | 55 | 332 | 74 | 42 |
| Binary | 100011 | 1001010 | 10001100 | 1001011 | 101111 | 0 | 101101 | 11011010 | 111100 | 100010 |
Color Harmonies of #234A8C
Complementary color
Monochromatic Colors of #234A8C
Black with #234A8C
Text Example
Text Example
White with #234A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A8C; }
p { color: rgb(35,74,140); }
H1.HeaderClassName
{
color: #234A8C;
}
.AnyTagClassName
{
color: #234A8C;
}
</style>
background-color css
<style>
a { background-color: #234A8C; }
a { background-color: rgb(35,74,140); }
div.DivClassName
{
background-color: #234A8C;
}
.BgClassName
{
background-color: #234A8C;
}
</style>
border-color css
<style>
span { border-color: #234A8C; }
span { border-color: rgb(35,74,140); }
td.TdClassName
{
border-color: #234A8C;
}
.TagClassName
{
border-color: #234A8C;
}
</style>