Shades of St Tropaz #234B80
Tints of St Tropaz #234B80
RGB
CMYK
RGB Variations
Color information
#234B80 (or 0x234B80) is known color: St Tropaz. HEX triplet: 23, 4B and 80. RGB value is (35,75,128). Sum of RGB (Red+Green+Blue) = 35+75+128=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #234B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B80 is #DCB47F. Grayscale: #444444. Windows color (decimal): -14464128 or 8407843. OLE color: 8407843.
HSL color Cylindrical-coordinate representation of color #234B80: hue angle of 214.19º 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 #234B80 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 75 | 128 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.50 |
| HSL | 214.19º | 0.57% | 0.32% | - |
| HSV(B) | 214.19º | 0.73% | 0.5% | - |
| XYZ | 7.11 | 6.95 | 21.39 | - |
| YUV | 69.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 128 | 0.73 | 0.41 | 0 | 0.50 | 214.19 | 0.57 | 0.32 |
| Hex | 23 | 4B | 80 | 49 | 29 | 0 | 32 | D6 | 39 | 20 |
| Octal | 43 | 113 | 200 | 111 | 51 | 0 | 62 | 326 | 71 | 40 |
| Binary | 100011 | 1001011 | 10000000 | 1001001 | 101001 | 0 | 110010 | 11010110 | 111001 | 100000 |
Color Harmonies of #234B80
Complementary color
Monochromatic Colors of #234B80
Black with #234B80
Text Example
Text Example
White with #234B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B80; }
p { color: rgb(35,75,128); }
H1.HeaderClassName
{
color: #234B80;
}
.AnyTagClassName
{
color: #234B80;
}
</style>
background-color css
<style>
a { background-color: #234B80; }
a { background-color: rgb(35,75,128); }
div.DivClassName
{
background-color: #234B80;
}
.BgClassName
{
background-color: #234B80;
}
</style>
border-color css
<style>
span { border-color: #234B80; }
span { border-color: rgb(35,75,128); }
td.TdClassName
{
border-color: #234B80;
}
.TagClassName
{
border-color: #234B80;
}
</style>