Shades of Pelorous #238EC3
Tints of Pelorous #238EC3
RGB
CMYK
RGB Variations
Color information
#238EC3 (or 0x238EC3) is known color: Pelorous. HEX triplet: 23, 8E and C3. RGB value is (35,142,195). Sum of RGB (Red+Green+Blue) = 35+142+195=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #238EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC3 is #DC713C. Grayscale: #737373. Windows color (decimal): -14446909 or 12815907. OLE color: 12815907.
HSL color Cylindrical-coordinate representation of color #238EC3: hue angle of 199.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238EC3 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 142 | 195 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.24 |
| HSL | 199.88º | 0.7% | 0.45% | - |
| HSV(B) | 199.88º | 0.82% | 0.76% | - |
| XYZ | 20.22 | 23.64 | 55.13 | - |
| YUV | 116.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 195 | 0.82 | 0.27 | 0 | 0.24 | 199.88 | 0.7 | 0.45 |
| Hex | 23 | 8E | C3 | 52 | 1B | 0 | 18 | C8 | 46 | 2D |
| Octal | 43 | 216 | 303 | 122 | 33 | 0 | 30 | 310 | 106 | 55 |
| Binary | 100011 | 10001110 | 11000011 | 1010010 | 11011 | 0 | 11000 | 11001000 | 1000110 | 101101 |
Color Harmonies of #238EC3
Complementary color
Monochromatic Colors of #238EC3
Black with #238EC3
Text Example
Text Example
White with #238EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EC3; }
p { color: rgb(35,142,195); }
H1.HeaderClassName
{
color: #238EC3;
}
.AnyTagClassName
{
color: #238EC3;
}
</style>
background-color css
<style>
a { background-color: #238EC3; }
a { background-color: rgb(35,142,195); }
div.DivClassName
{
background-color: #238EC3;
}
.BgClassName
{
background-color: #238EC3;
}
</style>
border-color css
<style>
span { border-color: #238EC3; }
span { border-color: rgb(35,142,195); }
td.TdClassName
{
border-color: #238EC3;
}
.TagClassName
{
border-color: #238EC3;
}
</style>