Shades of Allports #237A8B
Tints of Allports #237A8B
RGB
CMYK
RGB Variations
Color information
#237A8B (or 0x237A8B) is known color: Allports. HEX triplet: 23, 7A and 8B. RGB value is (35,122,139). Sum of RGB (Red+Green+Blue) = 35+122+139=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #237A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237A8B is #DC8574. Grayscale: #616161. Windows color (decimal): -14452085 or 9140771. OLE color: 9140771.
HSL color Cylindrical-coordinate representation of color #237A8B: hue angle of 189.81º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237A8B is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 122 | 139 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.45 |
| HSL | 189.81º | 0.6% | 0.34% | - |
| HSV(B) | 189.81º | 0.75% | 0.55% | - |
| XYZ | 12.31 | 16.14 | 26.89 | - |
| YUV | 97.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 139 | 0.75 | 0.12 | 0 | 0.45 | 189.81 | 0.6 | 0.34 |
| Hex | 23 | 7A | 8B | 4B | C | 0 | 2D | BE | 3C | 22 |
| Octal | 43 | 172 | 213 | 113 | 14 | 0 | 55 | 276 | 74 | 42 |
| Binary | 100011 | 1111010 | 10001011 | 1001011 | 1100 | 0 | 101101 | 10111110 | 111100 | 100010 |
Color Harmonies of #237A8B
Complementary color
Monochromatic Colors of #237A8B
Black with #237A8B
Text Example
Text Example
White with #237A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A8B; }
p { color: rgb(35,122,139); }
H1.HeaderClassName
{
color: #237A8B;
}
.AnyTagClassName
{
color: #237A8B;
}
</style>
background-color css
<style>
a { background-color: #237A8B; }
a { background-color: rgb(35,122,139); }
div.DivClassName
{
background-color: #237A8B;
}
.BgClassName
{
background-color: #237A8B;
}
</style>
border-color css
<style>
span { border-color: #237A8B; }
span { border-color: rgb(35,122,139); }
td.TdClassName
{
border-color: #237A8B;
}
.TagClassName
{
border-color: #237A8B;
}
</style>