Shades of Allports #23748F
Tints of Allports #23748F
RGB
CMYK
RGB Variations
Color information
#23748F (or 0x23748F) is known color: Allports. HEX triplet: 23, 74 and 8F. RGB value is (35,116,143). Sum of RGB (Red+Green+Blue) = 35+116+143=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #23748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23748F is #DC8B70. Grayscale: #5E5E5E. Windows color (decimal): -14453617 or 9401379. OLE color: 9401379.
HSL color Cylindrical-coordinate representation of color #23748F: hue angle of 195º 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 #23748F is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 116 | 143 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.44 |
| HSL | 195º | 0.61% | 0.35% | - |
| HSV(B) | 195º | 0.76% | 0.56% | - |
| XYZ | 11.9 | 14.83 | 28.22 | - |
| YUV | 94.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 143 | 0.76 | 0.19 | 0 | 0.44 | 195 | 0.61 | 0.35 |
| Hex | 23 | 74 | 8F | 4C | 13 | 0 | 2C | C3 | 3D | 23 |
| Octal | 43 | 164 | 217 | 114 | 23 | 0 | 54 | 303 | 75 | 43 |
| Binary | 100011 | 1110100 | 10001111 | 1001100 | 10011 | 0 | 101100 | 11000011 | 111101 | 100011 |
Color Harmonies of #23748F
Complementary color
Monochromatic Colors of #23748F
Black with #23748F
Text Example
Text Example
White with #23748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23748F; }
p { color: rgb(35,116,143); }
H1.HeaderClassName
{
color: #23748F;
}
.AnyTagClassName
{
color: #23748F;
}
</style>
background-color css
<style>
a { background-color: #23748F; }
a { background-color: rgb(35,116,143); }
div.DivClassName
{
background-color: #23748F;
}
.BgClassName
{
background-color: #23748F;
}
</style>
border-color css
<style>
span { border-color: #23748F; }
span { border-color: rgb(35,116,143); }
td.TdClassName
{
border-color: #23748F;
}
.TagClassName
{
border-color: #23748F;
}
</style>