Shades of Pelorous #238EC2
Tints of Pelorous #238EC2
RGB
CMYK
RGB Variations
Color information
#238EC2 (or 0x238EC2) is known color: Pelorous. HEX triplet: 23, 8E and C2. RGB value is (35,142,194). Sum of RGB (Red+Green+Blue) = 35+142+194=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #238EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC2 is #DC713D. Grayscale: #737373. Windows color (decimal): -14446910 or 12750371. OLE color: 12750371.
HSL color Cylindrical-coordinate representation of color #238EC2: hue angle of 199.62º degrees, saturation: 0.69, 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 #238EC2 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 142 | 194 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.24 |
| HSL | 199.62º | 0.69% | 0.45% | - |
| HSV(B) | 199.62º | 0.82% | 0.76% | - |
| XYZ | 20.1 | 23.6 | 54.53 | - |
| YUV | 115.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 194 | 0.82 | 0.27 | 0 | 0.24 | 199.62 | 0.69 | 0.45 |
| Hex | 23 | 8E | C2 | 52 | 1B | 0 | 18 | C8 | 45 | 2D |
| Octal | 43 | 216 | 302 | 122 | 33 | 0 | 30 | 310 | 105 | 55 |
| Binary | 100011 | 10001110 | 11000010 | 1010010 | 11011 | 0 | 11000 | 11001000 | 1000101 | 101101 |
Color Harmonies of #238EC2
Complementary color
Monochromatic Colors of #238EC2
Black with #238EC2
Text Example
Text Example
White with #238EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EC2; }
p { color: rgb(35,142,194); }
H1.HeaderClassName
{
color: #238EC2;
}
.AnyTagClassName
{
color: #238EC2;
}
</style>
background-color css
<style>
a { background-color: #238EC2; }
a { background-color: rgb(35,142,194); }
div.DivClassName
{
background-color: #238EC2;
}
.BgClassName
{
background-color: #238EC2;
}
</style>
border-color css
<style>
span { border-color: #238EC2; }
span { border-color: rgb(35,142,194); }
td.TdClassName
{
border-color: #238EC2;
}
.TagClassName
{
border-color: #238EC2;
}
</style>