Shades of Pelorous #239FA8
Tints of Pelorous #239FA8
RGB
CMYK
RGB Variations
Color information
#239FA8 (or 0x239FA8) is known color: Pelorous. HEX triplet: 23, 9F and A8. RGB value is (35,159,168). Sum of RGB (Red+Green+Blue) = 35+159+168=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #239FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FA8 is #DC6057. Grayscale: #7A7A7A. Windows color (decimal): -14442584 or 11050787. OLE color: 11050787.
HSL color Cylindrical-coordinate representation of color #239FA8: hue angle of 184.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239FA8 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 159 | 168 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.34 |
| HSL | 184.06º | 0.66% | 0.4% | - |
| HSV(B) | 184.06º | 0.79% | 0.66% | - |
| XYZ | 20.16 | 27.98 | 41.38 | - |
| YUV | 122.95 | 153.42 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 168 | 0.79 | 0.05 | 0 | 0.34 | 184.06 | 0.66 | 0.4 |
| Hex | 23 | 9F | A8 | 4F | 5 | 0 | 22 | B8 | 42 | 28 |
| Octal | 43 | 237 | 250 | 117 | 5 | 0 | 42 | 270 | 102 | 50 |
| Binary | 100011 | 10011111 | 10101000 | 1001111 | 101 | 0 | 100010 | 10111000 | 1000010 | 101000 |
Color Harmonies of #239FA8
Complementary color
Monochromatic Colors of #239FA8
Black with #239FA8
Text Example
Text Example
White with #239FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FA8; }
p { color: rgb(35,159,168); }
H1.HeaderClassName
{
color: #239FA8;
}
.AnyTagClassName
{
color: #239FA8;
}
</style>
background-color css
<style>
a { background-color: #239FA8; }
a { background-color: rgb(35,159,168); }
div.DivClassName
{
background-color: #239FA8;
}
.BgClassName
{
background-color: #239FA8;
}
</style>
border-color css
<style>
span { border-color: #239FA8; }
span { border-color: rgb(35,159,168); }
td.TdClassName
{
border-color: #239FA8;
}
.TagClassName
{
border-color: #239FA8;
}
</style>