Shades of Pelorous #238FAF
Tints of Pelorous #238FAF
RGB
CMYK
RGB Variations
Color information
#238FAF (or 0x238FAF) is known color: Pelorous. HEX triplet: 23, 8F and AF. RGB value is (35,143,175). Sum of RGB (Red+Green+Blue) = 35+143+175=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #238FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAF is #DC7050. Grayscale: #727272. Windows color (decimal): -14446673 or 11505443. OLE color: 11505443.
HSL color Cylindrical-coordinate representation of color #238FAF: hue angle of 193.71º 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 #238FAF is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 143 | 175 | - |
| CMYK | 0.8 | 0.18 | 0 | 0.31 |
| HSL | 193.71º | 0.67% | 0.41% | - |
| HSV(B) | 193.71º | 0.8% | 0.69% | - |
| XYZ | 18.25 | 23.1 | 44.05 | - |
| YUV | 114.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 175 | 0.8 | 0.18 | 0 | 0.31 | 193.71 | 0.67 | 0.41 |
| Hex | 23 | 8F | AF | 50 | 12 | 0 | 1F | C2 | 43 | 29 |
| Octal | 43 | 217 | 257 | 120 | 22 | 0 | 37 | 302 | 103 | 51 |
| Binary | 100011 | 10001111 | 10101111 | 1010000 | 10010 | 0 | 11111 | 11000010 | 1000011 | 101001 |
Color Harmonies of #238FAF
Complementary color
Monochromatic Colors of #238FAF
Black with #238FAF
Text Example
Text Example
White with #238FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FAF; }
p { color: rgb(35,143,175); }
H1.HeaderClassName
{
color: #238FAF;
}
.AnyTagClassName
{
color: #238FAF;
}
</style>
background-color css
<style>
a { background-color: #238FAF; }
a { background-color: rgb(35,143,175); }
div.DivClassName
{
background-color: #238FAF;
}
.BgClassName
{
background-color: #238FAF;
}
</style>
border-color css
<style>
span { border-color: #238FAF; }
span { border-color: rgb(35,143,175); }
td.TdClassName
{
border-color: #238FAF;
}
.TagClassName
{
border-color: #238FAF;
}
</style>