Shades of Allports #237C90
Tints of Allports #237C90
RGB
CMYK
RGB Variations
Color information
#237C90 (or 0x237C90) is known color: Allports. HEX triplet: 23, 7C and 90. RGB value is (35,124,144). Sum of RGB (Red+Green+Blue) = 35+124+144=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #237C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C90 is #DC836F. Grayscale: #636363. Windows color (decimal): -14451568 or 9468963. OLE color: 9468963.
HSL color Cylindrical-coordinate representation of color #237C90: hue angle of 191.01º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237C90 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 124 | 144 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.44 |
| HSL | 191.01º | 0.61% | 0.35% | - |
| HSV(B) | 191.01º | 0.76% | 0.56% | - |
| XYZ | 12.93 | 16.79 | 28.94 | - |
| YUV | 99.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 144 | 0.76 | 0.14 | 0 | 0.44 | 191.01 | 0.61 | 0.35 |
| Hex | 23 | 7C | 90 | 4C | E | 0 | 2C | BF | 3D | 23 |
| Octal | 43 | 174 | 220 | 114 | 16 | 0 | 54 | 277 | 75 | 43 |
| Binary | 100011 | 1111100 | 10010000 | 1001100 | 1110 | 0 | 101100 | 10111111 | 111101 | 100011 |
Color Harmonies of #237C90
Complementary color
Monochromatic Colors of #237C90
Black with #237C90
Text Example
Text Example
White with #237C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C90; }
p { color: rgb(35,124,144); }
H1.HeaderClassName
{
color: #237C90;
}
.AnyTagClassName
{
color: #237C90;
}
</style>
background-color css
<style>
a { background-color: #237C90; }
a { background-color: rgb(35,124,144); }
div.DivClassName
{
background-color: #237C90;
}
.BgClassName
{
background-color: #237C90;
}
</style>
border-color css
<style>
span { border-color: #237C90; }
span { border-color: rgb(35,124,144); }
td.TdClassName
{
border-color: #237C90;
}
.TagClassName
{
border-color: #237C90;
}
</style>