Shades of Endeavour #234A8B
Tints of Endeavour #234A8B
RGB
CMYK
RGB Variations
Color information
#234A8B (or 0x234A8B) is known color: Endeavour. HEX triplet: 23, 4A and 8B. RGB value is (35,74,139). Sum of RGB (Red+Green+Blue) = 35+74+139=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #234A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A8B is #DCB574. Grayscale: #454545. Windows color (decimal): -14464373 or 9128483. OLE color: 9128483.
HSL color Cylindrical-coordinate representation of color #234A8B: hue angle of 217.5º 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 #234A8B is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 74 | 139 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.45 |
| HSL | 217.5º | 0.6% | 0.34% | - |
| HSV(B) | 217.5º | 0.75% | 0.55% | - |
| XYZ | 7.8 | 7.12 | 25.39 | - |
| YUV | 69.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 139 | 0.75 | 0.47 | 0 | 0.45 | 217.5 | 0.6 | 0.34 |
| Hex | 23 | 4A | 8B | 4B | 2F | 0 | 2D | DA | 3C | 22 |
| Octal | 43 | 112 | 213 | 113 | 57 | 0 | 55 | 332 | 74 | 42 |
| Binary | 100011 | 1001010 | 10001011 | 1001011 | 101111 | 0 | 101101 | 11011010 | 111100 | 100010 |
Color Harmonies of #234A8B
Complementary color
Monochromatic Colors of #234A8B
Black with #234A8B
Text Example
Text Example
White with #234A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A8B; }
p { color: rgb(35,74,139); }
H1.HeaderClassName
{
color: #234A8B;
}
.AnyTagClassName
{
color: #234A8B;
}
</style>
background-color css
<style>
a { background-color: #234A8B; }
a { background-color: rgb(35,74,139); }
div.DivClassName
{
background-color: #234A8B;
}
.BgClassName
{
background-color: #234A8B;
}
</style>
border-color css
<style>
span { border-color: #234A8B; }
span { border-color: rgb(35,74,139); }
td.TdClassName
{
border-color: #234A8B;
}
.TagClassName
{
border-color: #234A8B;
}
</style>