Shades of Pelorous #2792C3
Tints of Pelorous #2792C3
RGB
CMYK
RGB Variations
Color information
#2792C3 (or 0x2792C3) is known color: Pelorous. HEX triplet: 27, 92 and C3. RGB value is (39,146,195). Sum of RGB (Red+Green+Blue) = 39+146+195=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #2792C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792C3 is #D86D3C. Grayscale: #777777. Windows color (decimal): -14183741 or 12816935. OLE color: 12816935.
HSL color Cylindrical-coordinate representation of color #2792C3: hue angle of 198.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2792C3 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 146 | 195 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.24 |
| HSL | 198.85º | 0.67% | 0.46% | - |
| HSV(B) | 198.85º | 0.8% | 0.76% | - |
| XYZ | 20.97 | 24.93 | 55.34 | - |
| YUV | 119.59 | 170.55 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 195 | 0.80 | 0.25 | 0 | 0.24 | 198.85 | 0.67 | 0.46 |
| Hex | 27 | 92 | C3 | 50 | 19 | 0 | 18 | C7 | 43 | 2E |
| Octal | 47 | 222 | 303 | 120 | 31 | 0 | 30 | 307 | 103 | 56 |
| Binary | 100111 | 10010010 | 11000011 | 1010000 | 11001 | 0 | 11000 | 11000111 | 1000011 | 101110 |
Color Harmonies of #2792C3
Complementary color
Monochromatic Colors of #2792C3
Black with #2792C3
Text Example
Text Example
White with #2792C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792C3; }
p { color: rgb(39,146,195); }
H1.HeaderClassName
{
color: #2792C3;
}
.AnyTagClassName
{
color: #2792C3;
}
</style>
background-color css
<style>
a { background-color: #2792C3; }
a { background-color: rgb(39,146,195); }
div.DivClassName
{
background-color: #2792C3;
}
.BgClassName
{
background-color: #2792C3;
}
</style>
border-color css
<style>
span { border-color: #2792C3; }
span { border-color: rgb(39,146,195); }
td.TdClassName
{
border-color: #2792C3;
}
.TagClassName
{
border-color: #2792C3;
}
</style>