Shades of Pelorous #239FC0
Tints of Pelorous #239FC0
RGB
CMYK
RGB Variations
Color information
#239FC0 (or 0x239FC0) is known color: Pelorous. HEX triplet: 23, 9F and C0. RGB value is (35,159,192). Sum of RGB (Red+Green+Blue) = 35+159+192=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #239FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FC0 is #DC603F. Grayscale: #7D7D7D. Windows color (decimal): -14442560 or 12623651. OLE color: 12623651.
HSL color Cylindrical-coordinate representation of color #239FC0: hue angle of 192.61º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239FC0 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 159 | 192 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.25 |
| HSL | 192.61º | 0.69% | 0.45% | - |
| HSV(B) | 192.61º | 0.82% | 0.75% | - |
| XYZ | 22.61 | 28.96 | 54.27 | - |
| YUV | 125.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 192 | 0.82 | 0.17 | 0 | 0.25 | 192.61 | 0.69 | 0.45 |
| Hex | 23 | 9F | C0 | 52 | 11 | 0 | 19 | C1 | 45 | 2D |
| Octal | 43 | 237 | 300 | 122 | 21 | 0 | 31 | 301 | 105 | 55 |
| Binary | 100011 | 10011111 | 11000000 | 1010010 | 10001 | 0 | 11001 | 11000001 | 1000101 | 101101 |
Color Harmonies of #239FC0
Complementary color
Monochromatic Colors of #239FC0
Black with #239FC0
Text Example
Text Example
White with #239FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FC0; }
p { color: rgb(35,159,192); }
H1.HeaderClassName
{
color: #239FC0;
}
.AnyTagClassName
{
color: #239FC0;
}
</style>
background-color css
<style>
a { background-color: #239FC0; }
a { background-color: rgb(35,159,192); }
div.DivClassName
{
background-color: #239FC0;
}
.BgClassName
{
background-color: #239FC0;
}
</style>
border-color css
<style>
span { border-color: #239FC0; }
span { border-color: rgb(35,159,192); }
td.TdClassName
{
border-color: #239FC0;
}
.TagClassName
{
border-color: #239FC0;
}
</style>