Shades of Pelorous #239BAF
Tints of Pelorous #239BAF
RGB
CMYK
RGB Variations
Color information
#239BAF (or 0x239BAF) is known color: Pelorous. HEX triplet: 23, 9B and AF. RGB value is (35,155,175). Sum of RGB (Red+Green+Blue) = 35+155+175=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #239BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239BAF is #DC6450. Grayscale: #797979. Windows color (decimal): -14443601 or 11508515. OLE color: 11508515.
HSL color Cylindrical-coordinate representation of color #239BAF: hue angle of 188.57º 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 #239BAF is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 155 | 175 | - |
| CMYK | 0.8 | 0.11 | 0 | 0.31 |
| HSL | 188.57º | 0.67% | 0.41% | - |
| HSV(B) | 188.57º | 0.8% | 0.69% | - |
| XYZ | 20.15 | 26.9 | 44.69 | - |
| YUV | 121.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 175 | 0.8 | 0.11 | 0 | 0.31 | 188.57 | 0.67 | 0.41 |
| Hex | 23 | 9B | AF | 50 | B | 0 | 1F | BD | 43 | 29 |
| Octal | 43 | 233 | 257 | 120 | 13 | 0 | 37 | 275 | 103 | 51 |
| Binary | 100011 | 10011011 | 10101111 | 1010000 | 1011 | 0 | 11111 | 10111101 | 1000011 | 101001 |
Color Harmonies of #239BAF
Complementary color
Monochromatic Colors of #239BAF
Black with #239BAF
Text Example
Text Example
White with #239BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BAF; }
p { color: rgb(35,155,175); }
H1.HeaderClassName
{
color: #239BAF;
}
.AnyTagClassName
{
color: #239BAF;
}
</style>
background-color css
<style>
a { background-color: #239BAF; }
a { background-color: rgb(35,155,175); }
div.DivClassName
{
background-color: #239BAF;
}
.BgClassName
{
background-color: #239BAF;
}
</style>
border-color css
<style>
span { border-color: #239BAF; }
span { border-color: rgb(35,155,175); }
td.TdClassName
{
border-color: #239BAF;
}
.TagClassName
{
border-color: #239BAF;
}
</style>