Shades of Endeavour #234A9B
Tints of Endeavour #234A9B
RGB
CMYK
RGB Variations
Color information
#234A9B (or 0x234A9B) is known color: Endeavour. HEX triplet: 23, 4A and 9B. RGB value is (35,74,155). Sum of RGB (Red+Green+Blue) = 35+74+155=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #234A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A9B is #DCB564. Grayscale: #474747. Windows color (decimal): -14464357 or 10177059. OLE color: 10177059.
HSL color Cylindrical-coordinate representation of color #234A9B: hue angle of 220.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234A9B is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 74 | 155 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.39 |
| HSL | 220.5º | 0.63% | 0.37% | - |
| HSV(B) | 220.5º | 0.77% | 0.61% | - |
| XYZ | 9.06 | 7.62 | 32 | - |
| YUV | 71.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 155 | 0.77 | 0.52 | 0 | 0.39 | 220.5 | 0.63 | 0.37 |
| Hex | 23 | 4A | 9B | 4D | 34 | 0 | 27 | DC | 3F | 25 |
| Octal | 43 | 112 | 233 | 115 | 64 | 0 | 47 | 334 | 77 | 45 |
| Binary | 100011 | 1001010 | 10011011 | 1001101 | 110100 | 0 | 100111 | 11011100 | 111111 | 100101 |
Color Harmonies of #234A9B
Complementary color
Monochromatic Colors of #234A9B
Black with #234A9B
Text Example
Text Example
White with #234A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A9B; }
p { color: rgb(35,74,155); }
H1.HeaderClassName
{
color: #234A9B;
}
.AnyTagClassName
{
color: #234A9B;
}
</style>
background-color css
<style>
a { background-color: #234A9B; }
a { background-color: rgb(35,74,155); }
div.DivClassName
{
background-color: #234A9B;
}
.BgClassName
{
background-color: #234A9B;
}
</style>
border-color css
<style>
span { border-color: #234A9B; }
span { border-color: rgb(35,74,155); }
td.TdClassName
{
border-color: #234A9B;
}
.TagClassName
{
border-color: #234A9B;
}
</style>