Shades of Pelorous #239FB0
Tints of Pelorous #239FB0
RGB
CMYK
RGB Variations
Color information
#239FB0 (or 0x239FB0) is known color: Pelorous. HEX triplet: 23, 9F and B0. RGB value is (35,159,176). Sum of RGB (Red+Green+Blue) = 35+159+176=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #239FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FB0 is #DC604F. Grayscale: #7B7B7B. Windows color (decimal): -14442576 or 11575075. OLE color: 11575075.
HSL color Cylindrical-coordinate representation of color #239FB0: hue angle of 187.23º 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 #239FB0 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 159 | 176 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.31 |
| HSL | 187.23º | 0.67% | 0.41% | - |
| HSV(B) | 187.23º | 0.8% | 0.69% | - |
| XYZ | 20.93 | 28.29 | 45.43 | - |
| YUV | 123.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 176 | 0.80 | 0.10 | 0 | 0.31 | 187.23 | 0.67 | 0.41 |
| Hex | 23 | 9F | B0 | 50 | A | 0 | 1F | BB | 43 | 29 |
| Octal | 43 | 237 | 260 | 120 | 12 | 0 | 37 | 273 | 103 | 51 |
| Binary | 100011 | 10011111 | 10110000 | 1010000 | 1010 | 0 | 11111 | 10111011 | 1000011 | 101001 |
Color Harmonies of #239FB0
Complementary color
Monochromatic Colors of #239FB0
Black with #239FB0
Text Example
Text Example
White with #239FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FB0; }
p { color: rgb(35,159,176); }
H1.HeaderClassName
{
color: #239FB0;
}
.AnyTagClassName
{
color: #239FB0;
}
</style>
background-color css
<style>
a { background-color: #239FB0; }
a { background-color: rgb(35,159,176); }
div.DivClassName
{
background-color: #239FB0;
}
.BgClassName
{
background-color: #239FB0;
}
</style>
border-color css
<style>
span { border-color: #239FB0; }
span { border-color: rgb(35,159,176); }
td.TdClassName
{
border-color: #239FB0;
}
.TagClassName
{
border-color: #239FB0;
}
</style>