Shades of Allports #236C84
Tints of Allports #236C84
RGB
CMYK
RGB Variations
Color information
#236C84 (or 0x236C84) is known color: Allports. HEX triplet: 23, 6C and 84. RGB value is (35,108,132). Sum of RGB (Red+Green+Blue) = 35+108+132=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #236C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C84 is #DC937B. Grayscale: #585858. Windows color (decimal): -14455676 or 8678435. OLE color: 8678435.
HSL color Cylindrical-coordinate representation of color #236C84: hue angle of 194.85º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236C84 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 108 | 132 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.48 |
| HSL | 194.85º | 0.58% | 0.33% | - |
| HSV(B) | 194.85º | 0.73% | 0.52% | - |
| XYZ | 10.22 | 12.75 | 23.75 | - |
| YUV | 88.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 132 | 0.73 | 0.18 | 0 | 0.48 | 194.85 | 0.58 | 0.33 |
| Hex | 23 | 6C | 84 | 49 | 12 | 0 | 30 | C3 | 3A | 21 |
| Octal | 43 | 154 | 204 | 111 | 22 | 0 | 60 | 303 | 72 | 41 |
| Binary | 100011 | 1101100 | 10000100 | 1001001 | 10010 | 0 | 110000 | 11000011 | 111010 | 100001 |
Color Harmonies of #236C84
Complementary color
Monochromatic Colors of #236C84
Black with #236C84
Text Example
Text Example
White with #236C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C84; }
p { color: rgb(35,108,132); }
H1.HeaderClassName
{
color: #236C84;
}
.AnyTagClassName
{
color: #236C84;
}
</style>
background-color css
<style>
a { background-color: #236C84; }
a { background-color: rgb(35,108,132); }
div.DivClassName
{
background-color: #236C84;
}
.BgClassName
{
background-color: #236C84;
}
</style>
border-color css
<style>
span { border-color: #236C84; }
span { border-color: rgb(35,108,132); }
td.TdClassName
{
border-color: #236C84;
}
.TagClassName
{
border-color: #236C84;
}
</style>