Shades of Pelorous #238EC6
Tints of Pelorous #238EC6
RGB
CMYK
RGB Variations
Color information
#238EC6 (or 0x238EC6) is known color: Pelorous. HEX triplet: 23, 8E and C6. RGB value is (35,142,198). Sum of RGB (Red+Green+Blue) = 35+142+198=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #238EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC6 is #DC7139. Grayscale: #747474. Windows color (decimal): -14446906 or 13012515. OLE color: 13012515.
HSL color Cylindrical-coordinate representation of color #238EC6: hue angle of 200.61º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238EC6 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 142 | 198 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.22 |
| HSL | 200.61º | 0.7% | 0.46% | - |
| HSV(B) | 200.61º | 0.82% | 0.78% | - |
| XYZ | 20.56 | 23.78 | 56.93 | - |
| YUV | 116.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 198 | 0.82 | 0.28 | 0 | 0.22 | 200.61 | 0.7 | 0.46 |
| Hex | 23 | 8E | C6 | 52 | 1C | 0 | 16 | C9 | 46 | 2E |
| Octal | 43 | 216 | 306 | 122 | 34 | 0 | 26 | 311 | 106 | 56 |
| Binary | 100011 | 10001110 | 11000110 | 1010010 | 11100 | 0 | 10110 | 11001001 | 1000110 | 101110 |
Color Harmonies of #238EC6
Complementary color
Monochromatic Colors of #238EC6
Black with #238EC6
Text Example
Text Example
White with #238EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EC6; }
p { color: rgb(35,142,198); }
H1.HeaderClassName
{
color: #238EC6;
}
.AnyTagClassName
{
color: #238EC6;
}
</style>
background-color css
<style>
a { background-color: #238EC6; }
a { background-color: rgb(35,142,198); }
div.DivClassName
{
background-color: #238EC6;
}
.BgClassName
{
background-color: #238EC6;
}
</style>
border-color css
<style>
span { border-color: #238EC6; }
span { border-color: rgb(35,142,198); }
td.TdClassName
{
border-color: #238EC6;
}
.TagClassName
{
border-color: #238EC6;
}
</style>