Shades of Pelorous #238FC0
Tints of Pelorous #238FC0
RGB
CMYK
RGB Variations
Color information
#238FC0 (or 0x238FC0) is known color: Pelorous. HEX triplet: 23, 8F and C0. RGB value is (35,143,192). Sum of RGB (Red+Green+Blue) = 35+143+192=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #238FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FC0 is #DC703F. Grayscale: #737373. Windows color (decimal): -14446656 or 12619555. OLE color: 12619555.
HSL color Cylindrical-coordinate representation of color #238FC0: hue angle of 198.73º 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 #238FC0 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 143 | 192 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.25 |
| HSL | 198.73º | 0.69% | 0.45% | - |
| HSV(B) | 198.73º | 0.82% | 0.75% | - |
| XYZ | 20.03 | 23.81 | 53.41 | - |
| YUV | 116.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 192 | 0.82 | 0.26 | 0 | 0.25 | 198.73 | 0.69 | 0.45 |
| Hex | 23 | 8F | C0 | 52 | 1A | 0 | 19 | C7 | 45 | 2D |
| Octal | 43 | 217 | 300 | 122 | 32 | 0 | 31 | 307 | 105 | 55 |
| Binary | 100011 | 10001111 | 11000000 | 1010010 | 11010 | 0 | 11001 | 11000111 | 1000101 | 101101 |
Color Harmonies of #238FC0
Complementary color
Monochromatic Colors of #238FC0
Black with #238FC0
Text Example
Text Example
White with #238FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FC0; }
p { color: rgb(35,143,192); }
H1.HeaderClassName
{
color: #238FC0;
}
.AnyTagClassName
{
color: #238FC0;
}
</style>
background-color css
<style>
a { background-color: #238FC0; }
a { background-color: rgb(35,143,192); }
div.DivClassName
{
background-color: #238FC0;
}
.BgClassName
{
background-color: #238FC0;
}
</style>
border-color css
<style>
span { border-color: #238FC0; }
span { border-color: rgb(35,143,192); }
td.TdClassName
{
border-color: #238FC0;
}
.TagClassName
{
border-color: #238FC0;
}
</style>