Shades of Allports #23708B
Tints of Allports #23708B
RGB
CMYK
RGB Variations
Color information
#23708B (or 0x23708B) is known color: Allports. HEX triplet: 23, 70 and 8B. RGB value is (35,112,139). Sum of RGB (Red+Green+Blue) = 35+112+139=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #23708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23708B is #DC8F74. Grayscale: #5B5B5B. Windows color (decimal): -14454645 or 9138211. OLE color: 9138211.
HSL color Cylindrical-coordinate representation of color #23708B: hue angle of 195.58º 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 #23708B is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 112 | 139 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.45 |
| HSL | 195.58º | 0.6% | 0.34% | - |
| HSV(B) | 195.58º | 0.75% | 0.55% | - |
| XYZ | 11.15 | 13.81 | 26.5 | - |
| YUV | 92.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 139 | 0.75 | 0.19 | 0 | 0.45 | 195.58 | 0.6 | 0.34 |
| Hex | 23 | 70 | 8B | 4B | 13 | 0 | 2D | C4 | 3C | 22 |
| Octal | 43 | 160 | 213 | 113 | 23 | 0 | 55 | 304 | 74 | 42 |
| Binary | 100011 | 1110000 | 10001011 | 1001011 | 10011 | 0 | 101101 | 11000100 | 111100 | 100010 |
Color Harmonies of #23708B
Complementary color
Monochromatic Colors of #23708B
Black with #23708B
Text Example
Text Example
White with #23708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23708B; }
p { color: rgb(35,112,139); }
H1.HeaderClassName
{
color: #23708B;
}
.AnyTagClassName
{
color: #23708B;
}
</style>
background-color css
<style>
a { background-color: #23708B; }
a { background-color: rgb(35,112,139); }
div.DivClassName
{
background-color: #23708B;
}
.BgClassName
{
background-color: #23708B;
}
</style>
border-color css
<style>
span { border-color: #23708B; }
span { border-color: rgb(35,112,139); }
td.TdClassName
{
border-color: #23708B;
}
.TagClassName
{
border-color: #23708B;
}
</style>