Shades of Endeavour #234B9C
Tints of Endeavour #234B9C
RGB
CMYK
RGB Variations
Color information
#234B9C (or 0x234B9C) is known color: Endeavour. HEX triplet: 23, 4B and 9C. RGB value is (35,75,156). Sum of RGB (Red+Green+Blue) = 35+75+156=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #234B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B9C is #DCB463. Grayscale: #474747. Windows color (decimal): -14464100 or 10242851. OLE color: 10242851.
HSL color Cylindrical-coordinate representation of color #234B9C: hue angle of 220.17º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234B9C is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 75 | 156 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.39 |
| HSL | 220.17º | 0.63% | 0.37% | - |
| HSV(B) | 220.17º | 0.78% | 0.61% | - |
| XYZ | 9.21 | 7.79 | 32.47 | - |
| YUV | 72.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 156 | 0.78 | 0.52 | 0 | 0.39 | 220.17 | 0.63 | 0.37 |
| Hex | 23 | 4B | 9C | 4E | 34 | 0 | 27 | DC | 3F | 25 |
| Octal | 43 | 113 | 234 | 116 | 64 | 0 | 47 | 334 | 77 | 45 |
| Binary | 100011 | 1001011 | 10011100 | 1001110 | 110100 | 0 | 100111 | 11011100 | 111111 | 100101 |
Color Harmonies of #234B9C
Complementary color
Monochromatic Colors of #234B9C
Black with #234B9C
Text Example
Text Example
White with #234B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B9C; }
p { color: rgb(35,75,156); }
H1.HeaderClassName
{
color: #234B9C;
}
.AnyTagClassName
{
color: #234B9C;
}
</style>
background-color css
<style>
a { background-color: #234B9C; }
a { background-color: rgb(35,75,156); }
div.DivClassName
{
background-color: #234B9C;
}
.BgClassName
{
background-color: #234B9C;
}
</style>
border-color css
<style>
span { border-color: #234B9C; }
span { border-color: rgb(35,75,156); }
td.TdClassName
{
border-color: #234B9C;
}
.TagClassName
{
border-color: #234B9C;
}
</style>