Shades of Allports #236374
Tints of Allports #236374
RGB
CMYK
RGB Variations
Color information
#236374 (or 0x236374) is known color: Allports. HEX triplet: 23, 63 and 74. RGB value is (35,99,116). Sum of RGB (Red+Green+Blue) = 35+99+116=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #236374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236374 is #DC9C8B. Grayscale: #515151. Windows color (decimal): -14457996 or 7627555. OLE color: 7627555.
HSL color Cylindrical-coordinate representation of color #236374: hue angle of 192.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236374 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 99 | 116 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.55 |
| HSL | 192.59º | 0.54% | 0.3% | - |
| HSV(B) | 192.59º | 0.7% | 0.45% | - |
| XYZ | 8.31 | 10.54 | 18.12 | - |
| YUV | 81.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 116 | 0.70 | 0.15 | 0 | 0.55 | 192.59 | 0.54 | 0.3 |
| Hex | 23 | 63 | 74 | 46 | F | 0 | 37 | C1 | 36 | 1E |
| Octal | 43 | 143 | 164 | 106 | 17 | 0 | 67 | 301 | 66 | 36 |
| Binary | 100011 | 1100011 | 1110100 | 1000110 | 1111 | 0 | 110111 | 11000001 | 110110 | 11110 |
Color Harmonies of #236374
Complementary color
Monochromatic Colors of #236374
Black with #236374
Text Example
Text Example
White with #236374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236374; }
p { color: rgb(35,99,116); }
H1.HeaderClassName
{
color: #236374;
}
.AnyTagClassName
{
color: #236374;
}
</style>
background-color css
<style>
a { background-color: #236374; }
a { background-color: rgb(35,99,116); }
div.DivClassName
{
background-color: #236374;
}
.BgClassName
{
background-color: #236374;
}
</style>
border-color css
<style>
span { border-color: #236374; }
span { border-color: rgb(35,99,116); }
td.TdClassName
{
border-color: #236374;
}
.TagClassName
{
border-color: #236374;
}
</style>