Shades of Allports #237682
Tints of Allports #237682
RGB
CMYK
RGB Variations
Color information
#237682 (or 0x237682) is known color: Allports. HEX triplet: 23, 76 and 82. RGB value is (35,118,130). Sum of RGB (Red+Green+Blue) = 35+118+130=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #237682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237682 is #DC897D. Grayscale: #5E5E5E. Windows color (decimal): -14453118 or 8549923. OLE color: 8549923.
HSL color Cylindrical-coordinate representation of color #237682: hue angle of 187.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #237682 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 118 | 130 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.49 |
| HSL | 187.58º | 0.58% | 0.32% | - |
| HSV(B) | 187.58º | 0.73% | 0.51% | - |
| XYZ | 11.2 | 14.93 | 23.41 | - |
| YUV | 94.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 130 | 0.73 | 0.09 | 0 | 0.49 | 187.58 | 0.58 | 0.32 |
| Hex | 23 | 76 | 82 | 49 | 9 | 0 | 31 | BC | 3A | 20 |
| Octal | 43 | 166 | 202 | 111 | 11 | 0 | 61 | 274 | 72 | 40 |
| Binary | 100011 | 1110110 | 10000010 | 1001001 | 1001 | 0 | 110001 | 10111100 | 111010 | 100000 |
Color Harmonies of #237682
Complementary color
Monochromatic Colors of #237682
Black with #237682
Text Example
Text Example
White with #237682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237682; }
p { color: rgb(35,118,130); }
H1.HeaderClassName
{
color: #237682;
}
.AnyTagClassName
{
color: #237682;
}
</style>
background-color css
<style>
a { background-color: #237682; }
a { background-color: rgb(35,118,130); }
div.DivClassName
{
background-color: #237682;
}
.BgClassName
{
background-color: #237682;
}
</style>
border-color css
<style>
span { border-color: #237682; }
span { border-color: rgb(35,118,130); }
td.TdClassName
{
border-color: #237682;
}
.TagClassName
{
border-color: #237682;
}
</style>