Shades of Pelorous #239FBB
Tints of Pelorous #239FBB
RGB
CMYK
RGB Variations
Color information
#239FBB (or 0x239FBB) is known color: Pelorous. HEX triplet: 23, 9F and BB. RGB value is (35,159,187). Sum of RGB (Red+Green+Blue) = 35+159+187=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #239FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FBB is #DC6044. Grayscale: #7C7C7C. Windows color (decimal): -14442565 or 12295971. OLE color: 12295971.
HSL color Cylindrical-coordinate representation of color #239FBB: hue angle of 191.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239FBB is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 159 | 187 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.27 |
| HSL | 191.05º | 0.68% | 0.44% | - |
| HSV(B) | 191.05º | 0.81% | 0.73% | - |
| XYZ | 22.06 | 28.74 | 51.4 | - |
| YUV | 125.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 187 | 0.81 | 0.15 | 0 | 0.27 | 191.05 | 0.68 | 0.44 |
| Hex | 23 | 9F | BB | 51 | F | 0 | 1B | BF | 44 | 2C |
| Octal | 43 | 237 | 273 | 121 | 17 | 0 | 33 | 277 | 104 | 54 |
| Binary | 100011 | 10011111 | 10111011 | 1010001 | 1111 | 0 | 11011 | 10111111 | 1000100 | 101100 |
Color Harmonies of #239FBB
Complementary color
Monochromatic Colors of #239FBB
Black with #239FBB
Text Example
Text Example
White with #239FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FBB; }
p { color: rgb(35,159,187); }
H1.HeaderClassName
{
color: #239FBB;
}
.AnyTagClassName
{
color: #239FBB;
}
</style>
background-color css
<style>
a { background-color: #239FBB; }
a { background-color: rgb(35,159,187); }
div.DivClassName
{
background-color: #239FBB;
}
.BgClassName
{
background-color: #239FBB;
}
</style>
border-color css
<style>
span { border-color: #239FBB; }
span { border-color: rgb(35,159,187); }
td.TdClassName
{
border-color: #239FBB;
}
.TagClassName
{
border-color: #239FBB;
}
</style>