Shades of Pelorous #238FAC
Tints of Pelorous #238FAC
RGB
CMYK
RGB Variations
Color information
#238FAC (or 0x238FAC) is known color: Pelorous. HEX triplet: 23, 8F and AC. RGB value is (35,143,172). Sum of RGB (Red+Green+Blue) = 35+143+172=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #238FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAC is #DC7053. Grayscale: #717171. Windows color (decimal): -14446676 or 11308835. OLE color: 11308835.
HSL color Cylindrical-coordinate representation of color #238FAC: hue angle of 192.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238FAC is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 143 | 172 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.33 |
| HSL | 192.7º | 0.66% | 0.41% | - |
| HSV(B) | 192.7º | 0.8% | 0.67% | - |
| XYZ | 17.96 | 22.98 | 42.52 | - |
| YUV | 114.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 172 | 0.80 | 0.17 | 0 | 0.33 | 192.7 | 0.66 | 0.41 |
| Hex | 23 | 8F | AC | 50 | 11 | 0 | 21 | C1 | 42 | 29 |
| Octal | 43 | 217 | 254 | 120 | 21 | 0 | 41 | 301 | 102 | 51 |
| Binary | 100011 | 10001111 | 10101100 | 1010000 | 10001 | 0 | 100001 | 11000001 | 1000010 | 101001 |
Color Harmonies of #238FAC
Complementary color
Monochromatic Colors of #238FAC
Black with #238FAC
Text Example
Text Example
White with #238FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FAC; }
p { color: rgb(35,143,172); }
H1.HeaderClassName
{
color: #238FAC;
}
.AnyTagClassName
{
color: #238FAC;
}
</style>
background-color css
<style>
a { background-color: #238FAC; }
a { background-color: rgb(35,143,172); }
div.DivClassName
{
background-color: #238FAC;
}
.BgClassName
{
background-color: #238FAC;
}
</style>
border-color css
<style>
span { border-color: #238FAC; }
span { border-color: rgb(35,143,172); }
td.TdClassName
{
border-color: #238FAC;
}
.TagClassName
{
border-color: #238FAC;
}
</style>