Shades of St Tropaz #234C80
Tints of St Tropaz #234C80
RGB
CMYK
RGB Variations
Color information
#234C80 (or 0x234C80) is known color: St Tropaz. HEX triplet: 23, 4C and 80. RGB value is (35,76,128). Sum of RGB (Red+Green+Blue) = 35+76+128=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #234C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C80 is #DCB37F. Grayscale: #454545. Windows color (decimal): -14463872 or 8408099. OLE color: 8408099.
HSL color Cylindrical-coordinate representation of color #234C80: hue angle of 213.55º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234C80 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 76 | 128 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.50 |
| HSL | 213.55º | 0.57% | 0.32% | - |
| HSV(B) | 213.55º | 0.73% | 0.5% | - |
| XYZ | 7.17 | 7.08 | 21.41 | - |
| YUV | 69.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 128 | 0.73 | 0.41 | 0 | 0.50 | 213.55 | 0.57 | 0.32 |
| Hex | 23 | 4C | 80 | 49 | 29 | 0 | 32 | D6 | 39 | 20 |
| Octal | 43 | 114 | 200 | 111 | 51 | 0 | 62 | 326 | 71 | 40 |
| Binary | 100011 | 1001100 | 10000000 | 1001001 | 101001 | 0 | 110010 | 11010110 | 111001 | 100000 |
Color Harmonies of #234C80
Complementary color
Monochromatic Colors of #234C80
Black with #234C80
Text Example
Text Example
White with #234C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C80; }
p { color: rgb(35,76,128); }
H1.HeaderClassName
{
color: #234C80;
}
.AnyTagClassName
{
color: #234C80;
}
</style>
background-color css
<style>
a { background-color: #234C80; }
a { background-color: rgb(35,76,128); }
div.DivClassName
{
background-color: #234C80;
}
.BgClassName
{
background-color: #234C80;
}
</style>
border-color css
<style>
span { border-color: #234C80; }
span { border-color: rgb(35,76,128); }
td.TdClassName
{
border-color: #234C80;
}
.TagClassName
{
border-color: #234C80;
}
</style>