Shades of Pelorous #239FB2
Tints of Pelorous #239FB2
RGB
CMYK
RGB Variations
Color information
#239FB2 (or 0x239FB2) is known color: Pelorous. HEX triplet: 23, 9F and B2. RGB value is (35,159,178). Sum of RGB (Red+Green+Blue) = 35+159+178=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #239FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FB2 is #DC604D. Grayscale: #7B7B7B. Windows color (decimal): -14442574 or 11706147. OLE color: 11706147.
HSL color Cylindrical-coordinate representation of color #239FB2: hue angle of 187.97º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239FB2 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 159 | 178 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.30 |
| HSL | 187.97º | 0.67% | 0.42% | - |
| HSV(B) | 187.97º | 0.8% | 0.7% | - |
| XYZ | 21.13 | 28.37 | 46.48 | - |
| YUV | 124.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 178 | 0.80 | 0.11 | 0 | 0.30 | 187.97 | 0.67 | 0.42 |
| Hex | 23 | 9F | B2 | 50 | B | 0 | 1E | BC | 43 | 2A |
| Octal | 43 | 237 | 262 | 120 | 13 | 0 | 36 | 274 | 103 | 52 |
| Binary | 100011 | 10011111 | 10110010 | 1010000 | 1011 | 0 | 11110 | 10111100 | 1000011 | 101010 |
Color Harmonies of #239FB2
Complementary color
Monochromatic Colors of #239FB2
Black with #239FB2
Text Example
Text Example
White with #239FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FB2; }
p { color: rgb(35,159,178); }
H1.HeaderClassName
{
color: #239FB2;
}
.AnyTagClassName
{
color: #239FB2;
}
</style>
background-color css
<style>
a { background-color: #239FB2; }
a { background-color: rgb(35,159,178); }
div.DivClassName
{
background-color: #239FB2;
}
.BgClassName
{
background-color: #239FB2;
}
</style>
border-color css
<style>
span { border-color: #239FB2; }
span { border-color: rgb(35,159,178); }
td.TdClassName
{
border-color: #239FB2;
}
.TagClassName
{
border-color: #239FB2;
}
</style>