Shades of Pelorous #238AC0
Tints of Pelorous #238AC0
RGB
CMYK
RGB Variations
Color information
#238AC0 (or 0x238AC0) is known color: Pelorous. HEX triplet: 23, 8A and C0. RGB value is (35,138,192). Sum of RGB (Red+Green+Blue) = 35+138+192=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #238AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238AC0 is #DC753F. Grayscale: #717171. Windows color (decimal): -14447936 or 12618275. OLE color: 12618275.
HSL color Cylindrical-coordinate representation of color #238AC0: hue angle of 200.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238AC0 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 138 | 192 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.25 |
| HSL | 200.64º | 0.69% | 0.45% | - |
| HSV(B) | 200.64º | 0.82% | 0.75% | - |
| XYZ | 19.3 | 22.34 | 53.16 | - |
| YUV | 113.36 | 172.38 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 192 | 0.82 | 0.28 | 0 | 0.25 | 200.64 | 0.69 | 0.45 |
| Hex | 23 | 8A | C0 | 52 | 1C | 0 | 19 | C9 | 45 | 2D |
| Octal | 43 | 212 | 300 | 122 | 34 | 0 | 31 | 311 | 105 | 55 |
| Binary | 100011 | 10001010 | 11000000 | 1010010 | 11100 | 0 | 11001 | 11001001 | 1000101 | 101101 |
Color Harmonies of #238AC0
Complementary color
Monochromatic Colors of #238AC0
Black with #238AC0
Text Example
Text Example
White with #238AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AC0; }
p { color: rgb(35,138,192); }
H1.HeaderClassName
{
color: #238AC0;
}
.AnyTagClassName
{
color: #238AC0;
}
</style>
background-color css
<style>
a { background-color: #238AC0; }
a { background-color: rgb(35,138,192); }
div.DivClassName
{
background-color: #238AC0;
}
.BgClassName
{
background-color: #238AC0;
}
</style>
border-color css
<style>
span { border-color: #238AC0; }
span { border-color: rgb(35,138,192); }
td.TdClassName
{
border-color: #238AC0;
}
.TagClassName
{
border-color: #238AC0;
}
</style>