Shades of Pelorous #238FC6
Tints of Pelorous #238FC6
RGB
CMYK
RGB Variations
Color information
#238FC6 (or 0x238FC6) is known color: Pelorous. HEX triplet: 23, 8F and C6. RGB value is (35,143,198). Sum of RGB (Red+Green+Blue) = 35+143+198=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #238FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FC6 is #DC7039. Grayscale: #747474. Windows color (decimal): -14446650 or 13012771. OLE color: 13012771.
HSL color Cylindrical-coordinate representation of color #238FC6: hue angle of 200.25º 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 #238FC6 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 143 | 198 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.22 |
| HSL | 200.25º | 0.7% | 0.46% | - |
| HSV(B) | 200.25º | 0.82% | 0.78% | - |
| XYZ | 20.71 | 24.08 | 56.98 | - |
| YUV | 116.98 | 173.72 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 198 | 0.82 | 0.28 | 0 | 0.22 | 200.25 | 0.7 | 0.46 |
| Hex | 23 | 8F | C6 | 52 | 1C | 0 | 16 | C8 | 46 | 2E |
| Octal | 43 | 217 | 306 | 122 | 34 | 0 | 26 | 310 | 106 | 56 |
| Binary | 100011 | 10001111 | 11000110 | 1010010 | 11100 | 0 | 10110 | 11001000 | 1000110 | 101110 |
Color Harmonies of #238FC6
Complementary color
Monochromatic Colors of #238FC6
Black with #238FC6
Text Example
Text Example
White with #238FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FC6; }
p { color: rgb(35,143,198); }
H1.HeaderClassName
{
color: #238FC6;
}
.AnyTagClassName
{
color: #238FC6;
}
</style>
background-color css
<style>
a { background-color: #238FC6; }
a { background-color: rgb(35,143,198); }
div.DivClassName
{
background-color: #238FC6;
}
.BgClassName
{
background-color: #238FC6;
}
</style>
border-color css
<style>
span { border-color: #238FC6; }
span { border-color: rgb(35,143,198); }
td.TdClassName
{
border-color: #238FC6;
}
.TagClassName
{
border-color: #238FC6;
}
</style>