Shades of Allports #23737D
Tints of Allports #23737D
RGB
CMYK
RGB Variations
Color information
#23737D (or 0x23737D) is known color: Allports. HEX triplet: 23, 73 and 7D. RGB value is (35,115,125). Sum of RGB (Red+Green+Blue) = 35+115+125=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #23737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23737D is #DC8C82. Grayscale: #5C5C5C. Windows color (decimal): -14453891 or 8221475. OLE color: 8221475.
HSL color Cylindrical-coordinate representation of color #23737D: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23737D is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 115 | 125 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.51 |
| HSL | 186.67º | 0.56% | 0.31% | - |
| HSV(B) | 186.67º | 0.72% | 0.49% | - |
| XYZ | 10.53 | 14.1 | 21.57 | - |
| YUV | 92.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 125 | 0.72 | 0.08 | 0 | 0.51 | 186.67 | 0.56 | 0.31 |
| Hex | 23 | 73 | 7D | 48 | 8 | 0 | 33 | BB | 38 | 1F |
| Octal | 43 | 163 | 175 | 110 | 10 | 0 | 63 | 273 | 70 | 37 |
| Binary | 100011 | 1110011 | 1111101 | 1001000 | 1000 | 0 | 110011 | 10111011 | 111000 | 11111 |
Color Harmonies of #23737D
Complementary color
Monochromatic Colors of #23737D
Black with #23737D
Text Example
Text Example
White with #23737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23737D; }
p { color: rgb(35,115,125); }
H1.HeaderClassName
{
color: #23737D;
}
.AnyTagClassName
{
color: #23737D;
}
</style>
background-color css
<style>
a { background-color: #23737D; }
a { background-color: rgb(35,115,125); }
div.DivClassName
{
background-color: #23737D;
}
.BgClassName
{
background-color: #23737D;
}
</style>
border-color css
<style>
span { border-color: #23737D; }
span { border-color: rgb(35,115,125); }
td.TdClassName
{
border-color: #23737D;
}
.TagClassName
{
border-color: #23737D;
}
</style>