Shades of Pelorous #2396A8
Tints of Pelorous #2396A8
RGB
CMYK
RGB Variations
Color information
#2396A8 (or 0x2396A8) is known color: Pelorous. HEX triplet: 23, 96 and A8. RGB value is (35,150,168). Sum of RGB (Red+Green+Blue) = 35+150+168=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 168 - color contains mainly: blue. Hex color #2396A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2396A8 is #DC6957. Grayscale: #757575. Windows color (decimal): -14444888 or 11048483. OLE color: 11048483.
HSL color Cylindrical-coordinate representation of color #2396A8: hue angle of 188.12º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2396A8 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 150 | 168 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.34 |
| HSL | 188.12º | 0.66% | 0.4% | - |
| HSV(B) | 188.12º | 0.79% | 0.66% | - |
| XYZ | 18.67 | 25 | 40.89 | - |
| YUV | 117.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 168 | 0.79 | 0.11 | 0 | 0.34 | 188.12 | 0.66 | 0.4 |
| Hex | 23 | 96 | A8 | 4F | B | 0 | 22 | BC | 42 | 28 |
| Octal | 43 | 226 | 250 | 117 | 13 | 0 | 42 | 274 | 102 | 50 |
| Binary | 100011 | 10010110 | 10101000 | 1001111 | 1011 | 0 | 100010 | 10111100 | 1000010 | 101000 |
Color Harmonies of #2396A8
Complementary color
Monochromatic Colors of #2396A8
Black with #2396A8
Text Example
Text Example
White with #2396A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2396A8; }
p { color: rgb(35,150,168); }
H1.HeaderClassName
{
color: #2396A8;
}
.AnyTagClassName
{
color: #2396A8;
}
</style>
background-color css
<style>
a { background-color: #2396A8; }
a { background-color: rgb(35,150,168); }
div.DivClassName
{
background-color: #2396A8;
}
.BgClassName
{
background-color: #2396A8;
}
</style>
border-color css
<style>
span { border-color: #2396A8; }
span { border-color: rgb(35,150,168); }
td.TdClassName
{
border-color: #2396A8;
}
.TagClassName
{
border-color: #2396A8;
}
</style>