Shades of Pelorous #239DB9
Tints of Pelorous #239DB9
RGB
CMYK
RGB Variations
Color information
#239DB9 (or 0x239DB9) is known color: Pelorous. HEX triplet: 23, 9D and B9. RGB value is (35,157,185). Sum of RGB (Red+Green+Blue) = 35+157+185=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #239DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DB9 is #DC6246. Grayscale: #7B7B7B. Windows color (decimal): -14443079 or 12164387. OLE color: 12164387.
HSL color Cylindrical-coordinate representation of color #239DB9: hue angle of 191.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239DB9 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 157 | 185 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.27 |
| HSL | 191.2º | 0.68% | 0.43% | - |
| HSV(B) | 191.2º | 0.81% | 0.73% | - |
| XYZ | 21.51 | 27.97 | 50.16 | - |
| YUV | 123.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 185 | 0.81 | 0.15 | 0 | 0.27 | 191.2 | 0.68 | 0.43 |
| Hex | 23 | 9D | B9 | 51 | F | 0 | 1B | BF | 44 | 2B |
| Octal | 43 | 235 | 271 | 121 | 17 | 0 | 33 | 277 | 104 | 53 |
| Binary | 100011 | 10011101 | 10111001 | 1010001 | 1111 | 0 | 11011 | 10111111 | 1000100 | 101011 |
Color Harmonies of #239DB9
Complementary color
Monochromatic Colors of #239DB9
Black with #239DB9
Text Example
Text Example
White with #239DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DB9; }
p { color: rgb(35,157,185); }
H1.HeaderClassName
{
color: #239DB9;
}
.AnyTagClassName
{
color: #239DB9;
}
</style>
background-color css
<style>
a { background-color: #239DB9; }
a { background-color: rgb(35,157,185); }
div.DivClassName
{
background-color: #239DB9;
}
.BgClassName
{
background-color: #239DB9;
}
</style>
border-color css
<style>
span { border-color: #239DB9; }
span { border-color: rgb(35,157,185); }
td.TdClassName
{
border-color: #239DB9;
}
.TagClassName
{
border-color: #239DB9;
}
</style>