Shades of Allports #237A8A
Tints of Allports #237A8A
RGB
CMYK
RGB Variations
Color information
#237A8A (or 0x237A8A) is known color: Allports. HEX triplet: 23, 7A and 8A. RGB value is (35,122,138). Sum of RGB (Red+Green+Blue) = 35+122+138=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #237A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237A8A is #DC8575. Grayscale: #616161. Windows color (decimal): -14452086 or 9075235. OLE color: 9075235.
HSL color Cylindrical-coordinate representation of color #237A8A: hue angle of 189.32º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237A8A is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 122 | 138 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.46 |
| HSL | 189.32º | 0.6% | 0.34% | - |
| HSV(B) | 189.32º | 0.75% | 0.54% | - |
| XYZ | 12.24 | 16.11 | 26.51 | - |
| YUV | 97.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 138 | 0.75 | 0.12 | 0 | 0.46 | 189.32 | 0.6 | 0.34 |
| Hex | 23 | 7A | 8A | 4B | C | 0 | 2E | BD | 3C | 22 |
| Octal | 43 | 172 | 212 | 113 | 14 | 0 | 56 | 275 | 74 | 42 |
| Binary | 100011 | 1111010 | 10001010 | 1001011 | 1100 | 0 | 101110 | 10111101 | 111100 | 100010 |
Color Harmonies of #237A8A
Complementary color
Monochromatic Colors of #237A8A
Black with #237A8A
Text Example
Text Example
White with #237A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A8A; }
p { color: rgb(35,122,138); }
H1.HeaderClassName
{
color: #237A8A;
}
.AnyTagClassName
{
color: #237A8A;
}
</style>
background-color css
<style>
a { background-color: #237A8A; }
a { background-color: rgb(35,122,138); }
div.DivClassName
{
background-color: #237A8A;
}
.BgClassName
{
background-color: #237A8A;
}
</style>
border-color css
<style>
span { border-color: #237A8A; }
span { border-color: rgb(35,122,138); }
td.TdClassName
{
border-color: #237A8A;
}
.TagClassName
{
border-color: #237A8A;
}
</style>