Shades of Allports #237B8D
Tints of Allports #237B8D
RGB
CMYK
RGB Variations
Color information
#237B8D (or 0x237B8D) is known color: Allports. HEX triplet: 23, 7B and 8D. RGB value is (35,123,141). Sum of RGB (Red+Green+Blue) = 35+123+141=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #237B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237B8D is #DC8472. Grayscale: #626262. Windows color (decimal): -14451827 or 9272099. OLE color: 9272099.
HSL color Cylindrical-coordinate representation of color #237B8D: hue angle of 190.19º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237B8D is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 123 | 141 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.45 |
| HSL | 190.19º | 0.6% | 0.35% | - |
| HSV(B) | 190.19º | 0.75% | 0.55% | - |
| XYZ | 12.58 | 16.45 | 27.71 | - |
| YUV | 98.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 141 | 0.75 | 0.13 | 0 | 0.45 | 190.19 | 0.6 | 0.35 |
| Hex | 23 | 7B | 8D | 4B | D | 0 | 2D | BE | 3C | 23 |
| Octal | 43 | 173 | 215 | 113 | 15 | 0 | 55 | 276 | 74 | 43 |
| Binary | 100011 | 1111011 | 10001101 | 1001011 | 1101 | 0 | 101101 | 10111110 | 111100 | 100011 |
Color Harmonies of #237B8D
Complementary color
Monochromatic Colors of #237B8D
Black with #237B8D
Text Example
Text Example
White with #237B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237B8D; }
p { color: rgb(35,123,141); }
H1.HeaderClassName
{
color: #237B8D;
}
.AnyTagClassName
{
color: #237B8D;
}
</style>
background-color css
<style>
a { background-color: #237B8D; }
a { background-color: rgb(35,123,141); }
div.DivClassName
{
background-color: #237B8D;
}
.BgClassName
{
background-color: #237B8D;
}
</style>
border-color css
<style>
span { border-color: #237B8D; }
span { border-color: rgb(35,123,141); }
td.TdClassName
{
border-color: #237B8D;
}
.TagClassName
{
border-color: #237B8D;
}
</style>