Shades of Endeavour #234C94
Tints of Endeavour #234C94
RGB
CMYK
RGB Variations
Color information
#234C94 (or 0x234C94) is known color: Endeavour. HEX triplet: 23, 4C and 94. RGB value is (35,76,148). Sum of RGB (Red+Green+Blue) = 35+76+148=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #234C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C94 is #DCB36B. Grayscale: #474747. Windows color (decimal): -14463852 or 9718819. OLE color: 9718819.
HSL color Cylindrical-coordinate representation of color #234C94: hue angle of 218.23º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234C94 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 76 | 148 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.42 |
| HSL | 218.23º | 0.62% | 0.36% | - |
| HSV(B) | 218.23º | 0.76% | 0.58% | - |
| XYZ | 8.62 | 7.66 | 29.04 | - |
| YUV | 71.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 148 | 0.76 | 0.49 | 0 | 0.42 | 218.23 | 0.62 | 0.36 |
| Hex | 23 | 4C | 94 | 4C | 31 | 0 | 2A | DA | 3E | 24 |
| Octal | 43 | 114 | 224 | 114 | 61 | 0 | 52 | 332 | 76 | 44 |
| Binary | 100011 | 1001100 | 10010100 | 1001100 | 110001 | 0 | 101010 | 11011010 | 111110 | 100100 |
Color Harmonies of #234C94
Complementary color
Monochromatic Colors of #234C94
Black with #234C94
Text Example
Text Example
White with #234C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C94; }
p { color: rgb(35,76,148); }
H1.HeaderClassName
{
color: #234C94;
}
.AnyTagClassName
{
color: #234C94;
}
</style>
background-color css
<style>
a { background-color: #234C94; }
a { background-color: rgb(35,76,148); }
div.DivClassName
{
background-color: #234C94;
}
.BgClassName
{
background-color: #234C94;
}
</style>
border-color css
<style>
span { border-color: #234C94; }
span { border-color: rgb(35,76,148); }
td.TdClassName
{
border-color: #234C94;
}
.TagClassName
{
border-color: #234C94;
}
</style>