Shades of Pelorous #238FAA
Tints of Pelorous #238FAA
RGB
CMYK
RGB Variations
Color information
#238FAA (or 0x238FAA) is known color: Pelorous. HEX triplet: 23, 8F and AA. RGB value is (35,143,170). Sum of RGB (Red+Green+Blue) = 35+143+170=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #238FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAA is #DC7055. Grayscale: #717171. Windows color (decimal): -14446678 or 11177763. OLE color: 11177763.
HSL color Cylindrical-coordinate representation of color #238FAA: hue angle of 192º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238FAA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 143 | 170 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.33 |
| HSL | 192º | 0.66% | 0.4% | - |
| HSV(B) | 192º | 0.79% | 0.67% | - |
| XYZ | 17.77 | 22.9 | 41.51 | - |
| YUV | 113.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 170 | 0.79 | 0.16 | 0 | 0.33 | 192 | 0.66 | 0.4 |
| Hex | 23 | 8F | AA | 4F | 10 | 0 | 21 | C0 | 42 | 28 |
| Octal | 43 | 217 | 252 | 117 | 20 | 0 | 41 | 300 | 102 | 50 |
| Binary | 100011 | 10001111 | 10101010 | 1001111 | 10000 | 0 | 100001 | 11000000 | 1000010 | 101000 |
Color Harmonies of #238FAA
Complementary color
Monochromatic Colors of #238FAA
Black with #238FAA
Text Example
Text Example
White with #238FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FAA; }
p { color: rgb(35,143,170); }
H1.HeaderClassName
{
color: #238FAA;
}
.AnyTagClassName
{
color: #238FAA;
}
</style>
background-color css
<style>
a { background-color: #238FAA; }
a { background-color: rgb(35,143,170); }
div.DivClassName
{
background-color: #238FAA;
}
.BgClassName
{
background-color: #238FAA;
}
</style>
border-color css
<style>
span { border-color: #238FAA; }
span { border-color: rgb(35,143,170); }
td.TdClassName
{
border-color: #238FAA;
}
.TagClassName
{
border-color: #238FAA;
}
</style>