Shades of Pelorous #2392C5
Tints of Pelorous #2392C5
RGB
CMYK
RGB Variations
Color information
#2392C5 (or 0x2392C5) is known color: Pelorous. HEX triplet: 23, 92 and C5. RGB value is (35,146,197). Sum of RGB (Red+Green+Blue) = 35+146+197=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #2392C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2392C5 is #DC6D3A. Grayscale: #767676. Windows color (decimal): -14445883 or 12948003. OLE color: 12948003.
HSL color Cylindrical-coordinate representation of color #2392C5: hue angle of 198.89º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2392C5 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 146 | 197 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.23 |
| HSL | 198.89º | 0.7% | 0.45% | - |
| HSV(B) | 198.89º | 0.82% | 0.77% | - |
| XYZ | 21.05 | 24.95 | 56.53 | - |
| YUV | 118.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 197 | 0.82 | 0.26 | 0 | 0.23 | 198.89 | 0.7 | 0.45 |
| Hex | 23 | 92 | C5 | 52 | 1A | 0 | 17 | C7 | 46 | 2D |
| Octal | 43 | 222 | 305 | 122 | 32 | 0 | 27 | 307 | 106 | 55 |
| Binary | 100011 | 10010010 | 11000101 | 1010010 | 11010 | 0 | 10111 | 11000111 | 1000110 | 101101 |
Color Harmonies of #2392C5
Complementary color
Monochromatic Colors of #2392C5
Black with #2392C5
Text Example
Text Example
White with #2392C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2392C5; }
p { color: rgb(35,146,197); }
H1.HeaderClassName
{
color: #2392C5;
}
.AnyTagClassName
{
color: #2392C5;
}
</style>
background-color css
<style>
a { background-color: #2392C5; }
a { background-color: rgb(35,146,197); }
div.DivClassName
{
background-color: #2392C5;
}
.BgClassName
{
background-color: #2392C5;
}
</style>
border-color css
<style>
span { border-color: #2392C5; }
span { border-color: rgb(35,146,197); }
td.TdClassName
{
border-color: #2392C5;
}
.TagClassName
{
border-color: #2392C5;
}
</style>