Shades of Allports #23698D
Tints of Allports #23698D
RGB
CMYK
RGB Variations
Color information
#23698D (or 0x23698D) is known color: Allports. HEX triplet: 23, 69 and 8D. RGB value is (35,105,141). Sum of RGB (Red+Green+Blue) = 35+105+141=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #23698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23698D is #DC9672. Grayscale: #575757. Windows color (decimal): -14456435 or 9267491. OLE color: 9267491.
HSL color Cylindrical-coordinate representation of color #23698D: hue angle of 200.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23698D is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 105 | 141 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.45 |
| HSL | 200.38º | 0.6% | 0.35% | - |
| HSV(B) | 200.38º | 0.75% | 0.55% | - |
| XYZ | 10.55 | 12.38 | 27.03 | - |
| YUV | 88.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 141 | 0.75 | 0.26 | 0 | 0.45 | 200.38 | 0.6 | 0.35 |
| Hex | 23 | 69 | 8D | 4B | 1A | 0 | 2D | C8 | 3C | 23 |
| Octal | 43 | 151 | 215 | 113 | 32 | 0 | 55 | 310 | 74 | 43 |
| Binary | 100011 | 1101001 | 10001101 | 1001011 | 11010 | 0 | 101101 | 11001000 | 111100 | 100011 |
Color Harmonies of #23698D
Complementary color
Monochromatic Colors of #23698D
Black with #23698D
Text Example
Text Example
White with #23698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23698D; }
p { color: rgb(35,105,141); }
H1.HeaderClassName
{
color: #23698D;
}
.AnyTagClassName
{
color: #23698D;
}
</style>
background-color css
<style>
a { background-color: #23698D; }
a { background-color: rgb(35,105,141); }
div.DivClassName
{
background-color: #23698D;
}
.BgClassName
{
background-color: #23698D;
}
</style>
border-color css
<style>
span { border-color: #23698D; }
span { border-color: rgb(35,105,141); }
td.TdClassName
{
border-color: #23698D;
}
.TagClassName
{
border-color: #23698D;
}
</style>