Shades of Allports #236D7C
Tints of Allports #236D7C
RGB
CMYK
RGB Variations
Color information
#236D7C (or 0x236D7C) is known color: Allports. HEX triplet: 23, 6D and 7C. RGB value is (35,109,124). Sum of RGB (Red+Green+Blue) = 35+109+124=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #236D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236D7C is #DC9283. Grayscale: #585858. Windows color (decimal): -14455428 or 8154403. OLE color: 8154403.
HSL color Cylindrical-coordinate representation of color #236D7C: hue angle of 190.11º 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 #236D7C is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 109 | 124 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.51 |
| HSL | 190.11º | 0.56% | 0.31% | - |
| HSV(B) | 190.11º | 0.72% | 0.49% | - |
| XYZ | 9.8 | 12.75 | 21.01 | - |
| YUV | 88.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 124 | 0.72 | 0.12 | 0 | 0.51 | 190.11 | 0.56 | 0.31 |
| Hex | 23 | 6D | 7C | 48 | C | 0 | 33 | BE | 38 | 1F |
| Octal | 43 | 155 | 174 | 110 | 14 | 0 | 63 | 276 | 70 | 37 |
| Binary | 100011 | 1101101 | 1111100 | 1001000 | 1100 | 0 | 110011 | 10111110 | 111000 | 11111 |
Color Harmonies of #236D7C
Complementary color
Monochromatic Colors of #236D7C
Black with #236D7C
Text Example
Text Example
White with #236D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D7C; }
p { color: rgb(35,109,124); }
H1.HeaderClassName
{
color: #236D7C;
}
.AnyTagClassName
{
color: #236D7C;
}
</style>
background-color css
<style>
a { background-color: #236D7C; }
a { background-color: rgb(35,109,124); }
div.DivClassName
{
background-color: #236D7C;
}
.BgClassName
{
background-color: #236D7C;
}
</style>
border-color css
<style>
span { border-color: #236D7C; }
span { border-color: rgb(35,109,124); }
td.TdClassName
{
border-color: #236D7C;
}
.TagClassName
{
border-color: #236D7C;
}
</style>