Shades of Endeavour #234B8C
Tints of Endeavour #234B8C
RGB
CMYK
RGB Variations
Color information
#234B8C (or 0x234B8C) is known color: Endeavour. HEX triplet: 23, 4B and 8C. RGB value is (35,75,140). Sum of RGB (Red+Green+Blue) = 35+75+140=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #234B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B8C is #DCB473. Grayscale: #464646. Windows color (decimal): -14464116 or 9194275. OLE color: 9194275.
HSL color Cylindrical-coordinate representation of color #234B8C: hue angle of 217.14º 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 #234B8C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 75 | 140 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.45 |
| HSL | 217.14º | 0.6% | 0.34% | - |
| HSV(B) | 217.14º | 0.75% | 0.55% | - |
| XYZ | 7.94 | 7.28 | 25.8 | - |
| YUV | 70.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 140 | 0.75 | 0.46 | 0 | 0.45 | 217.14 | 0.6 | 0.34 |
| Hex | 23 | 4B | 8C | 4B | 2E | 0 | 2D | D9 | 3C | 22 |
| Octal | 43 | 113 | 214 | 113 | 56 | 0 | 55 | 331 | 74 | 42 |
| Binary | 100011 | 1001011 | 10001100 | 1001011 | 101110 | 0 | 101101 | 11011001 | 111100 | 100010 |
Color Harmonies of #234B8C
Complementary color
Monochromatic Colors of #234B8C
Black with #234B8C
Text Example
Text Example
White with #234B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B8C; }
p { color: rgb(35,75,140); }
H1.HeaderClassName
{
color: #234B8C;
}
.AnyTagClassName
{
color: #234B8C;
}
</style>
background-color css
<style>
a { background-color: #234B8C; }
a { background-color: rgb(35,75,140); }
div.DivClassName
{
background-color: #234B8C;
}
.BgClassName
{
background-color: #234B8C;
}
</style>
border-color css
<style>
span { border-color: #234B8C; }
span { border-color: rgb(35,75,140); }
td.TdClassName
{
border-color: #234B8C;
}
.TagClassName
{
border-color: #234B8C;
}
</style>