Shades of Pelorous #238FB0
Tints of Pelorous #238FB0
RGB
CMYK
RGB Variations
Color information
#238FB0 (or 0x238FB0) is known color: Pelorous. HEX triplet: 23, 8F and B0. RGB value is (35,143,176). Sum of RGB (Red+Green+Blue) = 35+143+176=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #238FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FB0 is #DC704F. Grayscale: #727272. Windows color (decimal): -14446672 or 11570979. OLE color: 11570979.
HSL color Cylindrical-coordinate representation of color #238FB0: hue angle of 194.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238FB0 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 143 | 176 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.31 |
| HSL | 194.04º | 0.67% | 0.41% | - |
| HSV(B) | 194.04º | 0.8% | 0.69% | - |
| XYZ | 18.35 | 23.14 | 44.57 | - |
| YUV | 114.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 176 | 0.80 | 0.19 | 0 | 0.31 | 194.04 | 0.67 | 0.41 |
| Hex | 23 | 8F | B0 | 50 | 13 | 0 | 1F | C2 | 43 | 29 |
| Octal | 43 | 217 | 260 | 120 | 23 | 0 | 37 | 302 | 103 | 51 |
| Binary | 100011 | 10001111 | 10110000 | 1010000 | 10011 | 0 | 11111 | 11000010 | 1000011 | 101001 |
Color Harmonies of #238FB0
Complementary color
Monochromatic Colors of #238FB0
Black with #238FB0
Text Example
Text Example
White with #238FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FB0; }
p { color: rgb(35,143,176); }
H1.HeaderClassName
{
color: #238FB0;
}
.AnyTagClassName
{
color: #238FB0;
}
</style>
background-color css
<style>
a { background-color: #238FB0; }
a { background-color: rgb(35,143,176); }
div.DivClassName
{
background-color: #238FB0;
}
.BgClassName
{
background-color: #238FB0;
}
</style>
border-color css
<style>
span { border-color: #238FB0; }
span { border-color: rgb(35,143,176); }
td.TdClassName
{
border-color: #238FB0;
}
.TagClassName
{
border-color: #238FB0;
}
</style>