Shades of Pelorous #23A3C0
Tints of Pelorous #23A3C0
RGB
CMYK
RGB Variations
Color information
#23A3C0 (or 0x23A3C0) is known color: Pelorous. HEX triplet: 23, A3 and C0. RGB value is (35,163,192). Sum of RGB (Red+Green+Blue) = 35+163+192=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #23A3C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A3C0 is #DC5C3F. Grayscale: #7F7F7F. Windows color (decimal): -14441536 or 12624675. OLE color: 12624675.
HSL color Cylindrical-coordinate representation of color #23A3C0: hue angle of 191.08º 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 #23A3C0 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 163 | 192 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.25 |
| HSL | 191.08º | 0.69% | 0.45% | - |
| HSV(B) | 191.08º | 0.82% | 0.75% | - |
| XYZ | 23.3 | 30.36 | 54.5 | - |
| YUV | 128.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 163 | 192 | 0.82 | 0.15 | 0 | 0.25 | 191.08 | 0.69 | 0.45 |
| Hex | 23 | A3 | C0 | 52 | F | 0 | 19 | BF | 45 | 2D |
| Octal | 43 | 243 | 300 | 122 | 17 | 0 | 31 | 277 | 105 | 55 |
| Binary | 100011 | 10100011 | 11000000 | 1010010 | 1111 | 0 | 11001 | 10111111 | 1000101 | 101101 |
Color Harmonies of #23A3C0
Complementary color
Monochromatic Colors of #23A3C0
Black with #23A3C0
Text Example
Text Example
White with #23A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A3C0; }
p { color: rgb(35,163,192); }
H1.HeaderClassName
{
color: #23A3C0;
}
.AnyTagClassName
{
color: #23A3C0;
}
</style>
background-color css
<style>
a { background-color: #23A3C0; }
a { background-color: rgb(35,163,192); }
div.DivClassName
{
background-color: #23A3C0;
}
.BgClassName
{
background-color: #23A3C0;
}
</style>
border-color css
<style>
span { border-color: #23A3C0; }
span { border-color: rgb(35,163,192); }
td.TdClassName
{
border-color: #23A3C0;
}
.TagClassName
{
border-color: #23A3C0;
}
</style>