Shades of Pelorous #239DBB
Tints of Pelorous #239DBB
RGB
CMYK
RGB Variations
Color information
#239DBB (or 0x239DBB) is known color: Pelorous. HEX triplet: 23, 9D and BB. RGB value is (35,157,187). Sum of RGB (Red+Green+Blue) = 35+157+187=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #239DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DBB is #DC6244. Grayscale: #7B7B7B. Windows color (decimal): -14443077 or 12295459. OLE color: 12295459.
HSL color Cylindrical-coordinate representation of color #239DBB: hue angle of 191.84º 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 #239DBB is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 157 | 187 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.27 |
| HSL | 191.84º | 0.68% | 0.44% | - |
| HSV(B) | 191.84º | 0.81% | 0.73% | - |
| XYZ | 21.72 | 28.06 | 51.28 | - |
| YUV | 123.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 187 | 0.81 | 0.16 | 0 | 0.27 | 191.84 | 0.68 | 0.44 |
| Hex | 23 | 9D | BB | 51 | 10 | 0 | 1B | C0 | 44 | 2C |
| Octal | 43 | 235 | 273 | 121 | 20 | 0 | 33 | 300 | 104 | 54 |
| Binary | 100011 | 10011101 | 10111011 | 1010001 | 10000 | 0 | 11011 | 11000000 | 1000100 | 101100 |
Color Harmonies of #239DBB
Complementary color
Monochromatic Colors of #239DBB
Black with #239DBB
Text Example
Text Example
White with #239DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DBB; }
p { color: rgb(35,157,187); }
H1.HeaderClassName
{
color: #239DBB;
}
.AnyTagClassName
{
color: #239DBB;
}
</style>
background-color css
<style>
a { background-color: #239DBB; }
a { background-color: rgb(35,157,187); }
div.DivClassName
{
background-color: #239DBB;
}
.BgClassName
{
background-color: #239DBB;
}
</style>
border-color css
<style>
span { border-color: #239DBB; }
span { border-color: rgb(35,157,187); }
td.TdClassName
{
border-color: #239DBB;
}
.TagClassName
{
border-color: #239DBB;
}
</style>