Shades of Allports #23738F
Tints of Allports #23738F
RGB
CMYK
RGB Variations
Color information
#23738F (or 0x23738F) is known color: Allports. HEX triplet: 23, 73 and 8F. RGB value is (35,115,143). Sum of RGB (Red+Green+Blue) = 35+115+143=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #23738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23738F is #DC8C70. Grayscale: #5E5E5E. Windows color (decimal): -14453873 or 9401123. OLE color: 9401123.
HSL color Cylindrical-coordinate representation of color #23738F: hue angle of 195.56º 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 #23738F is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 115 | 143 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.44 |
| HSL | 195.56º | 0.61% | 0.35% | - |
| HSV(B) | 195.56º | 0.76% | 0.56% | - |
| XYZ | 11.78 | 14.6 | 28.18 | - |
| YUV | 94.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 143 | 0.76 | 0.20 | 0 | 0.44 | 195.56 | 0.61 | 0.35 |
| Hex | 23 | 73 | 8F | 4C | 14 | 0 | 2C | C4 | 3D | 23 |
| Octal | 43 | 163 | 217 | 114 | 24 | 0 | 54 | 304 | 75 | 43 |
| Binary | 100011 | 1110011 | 10001111 | 1001100 | 10100 | 0 | 101100 | 11000100 | 111101 | 100011 |
Color Harmonies of #23738F
Complementary color
Monochromatic Colors of #23738F
Black with #23738F
Text Example
Text Example
White with #23738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23738F; }
p { color: rgb(35,115,143); }
H1.HeaderClassName
{
color: #23738F;
}
.AnyTagClassName
{
color: #23738F;
}
</style>
background-color css
<style>
a { background-color: #23738F; }
a { background-color: rgb(35,115,143); }
div.DivClassName
{
background-color: #23738F;
}
.BgClassName
{
background-color: #23738F;
}
</style>
border-color css
<style>
span { border-color: #23738F; }
span { border-color: rgb(35,115,143); }
td.TdClassName
{
border-color: #23738F;
}
.TagClassName
{
border-color: #23738F;
}
</style>