Shades of Pelorous #238EBC
Tints of Pelorous #238EBC
RGB
CMYK
RGB Variations
Color information
#238EBC (or 0x238EBC) is known color: Pelorous. HEX triplet: 23, 8E and BC. RGB value is (35,142,188). Sum of RGB (Red+Green+Blue) = 35+142+188=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #238EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EBC is #DC7143. Grayscale: #727272. Windows color (decimal): -14446916 or 12357155. OLE color: 12357155.
HSL color Cylindrical-coordinate representation of color #238EBC: hue angle of 198.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238EBC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 142 | 188 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.26 |
| HSL | 198.04º | 0.69% | 0.44% | - |
| HSV(B) | 198.04º | 0.81% | 0.74% | - |
| XYZ | 19.44 | 23.33 | 51.06 | - |
| YUV | 115.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 188 | 0.81 | 0.24 | 0 | 0.26 | 198.04 | 0.69 | 0.44 |
| Hex | 23 | 8E | BC | 51 | 18 | 0 | 1A | C6 | 45 | 2C |
| Octal | 43 | 216 | 274 | 121 | 30 | 0 | 32 | 306 | 105 | 54 |
| Binary | 100011 | 10001110 | 10111100 | 1010001 | 11000 | 0 | 11010 | 11000110 | 1000101 | 101100 |
Color Harmonies of #238EBC
Complementary color
Monochromatic Colors of #238EBC
Black with #238EBC
Text Example
Text Example
White with #238EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EBC; }
p { color: rgb(35,142,188); }
H1.HeaderClassName
{
color: #238EBC;
}
.AnyTagClassName
{
color: #238EBC;
}
</style>
background-color css
<style>
a { background-color: #238EBC; }
a { background-color: rgb(35,142,188); }
div.DivClassName
{
background-color: #238EBC;
}
.BgClassName
{
background-color: #238EBC;
}
</style>
border-color css
<style>
span { border-color: #238EBC; }
span { border-color: rgb(35,142,188); }
td.TdClassName
{
border-color: #238EBC;
}
.TagClassName
{
border-color: #238EBC;
}
</style>