Shades of Allports #23657F
Tints of Allports #23657F
RGB
CMYK
RGB Variations
Color information
#23657F (or 0x23657F) is known color: Allports. HEX triplet: 23, 65 and 7F. RGB value is (35,101,127). Sum of RGB (Red+Green+Blue) = 35+101+127=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #23657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23657F is #DC9A80. Grayscale: #545454. Windows color (decimal): -14457473 or 8348963. OLE color: 8348963.
HSL color Cylindrical-coordinate representation of color #23657F: hue angle of 196.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23657F is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 101 | 127 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.50 |
| HSL | 196.96º | 0.57% | 0.32% | - |
| HSV(B) | 196.96º | 0.72% | 0.5% | - |
| XYZ | 9.18 | 11.2 | 21.76 | - |
| YUV | 84.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 127 | 0.72 | 0.20 | 0 | 0.50 | 196.96 | 0.57 | 0.32 |
| Hex | 23 | 65 | 7F | 48 | 14 | 0 | 32 | C5 | 39 | 20 |
| Octal | 43 | 145 | 177 | 110 | 24 | 0 | 62 | 305 | 71 | 40 |
| Binary | 100011 | 1100101 | 1111111 | 1001000 | 10100 | 0 | 110010 | 11000101 | 111001 | 100000 |
Color Harmonies of #23657F
Complementary color
Monochromatic Colors of #23657F
Black with #23657F
Text Example
Text Example
White with #23657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23657F; }
p { color: rgb(35,101,127); }
H1.HeaderClassName
{
color: #23657F;
}
.AnyTagClassName
{
color: #23657F;
}
</style>
background-color css
<style>
a { background-color: #23657F; }
a { background-color: rgb(35,101,127); }
div.DivClassName
{
background-color: #23657F;
}
.BgClassName
{
background-color: #23657F;
}
</style>
border-color css
<style>
span { border-color: #23657F; }
span { border-color: rgb(35,101,127); }
td.TdClassName
{
border-color: #23657F;
}
.TagClassName
{
border-color: #23657F;
}
</style>