Shades of Pelorous #2795C4
Tints of Pelorous #2795C4
RGB
CMYK
RGB Variations
Color information
#2795C4 (or 0x2795C4) is known color: Pelorous. HEX triplet: 27, 95 and C4. RGB value is (39,149,196). Sum of RGB (Red+Green+Blue) = 39+149+196=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #2795C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795C4 is #D86A3B. Grayscale: #797979. Windows color (decimal): -14182972 or 12883239. OLE color: 12883239.
HSL color Cylindrical-coordinate representation of color #2795C4: hue angle of 197.96º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2795C4 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 149 | 196 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.23 |
| HSL | 197.96º | 0.67% | 0.46% | - |
| HSV(B) | 197.96º | 0.8% | 0.77% | - |
| XYZ | 21.55 | 25.91 | 56.09 | - |
| YUV | 121.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 196 | 0.80 | 0.24 | 0 | 0.23 | 197.96 | 0.67 | 0.46 |
| Hex | 27 | 95 | C4 | 50 | 18 | 0 | 17 | C6 | 43 | 2E |
| Octal | 47 | 225 | 304 | 120 | 30 | 0 | 27 | 306 | 103 | 56 |
| Binary | 100111 | 10010101 | 11000100 | 1010000 | 11000 | 0 | 10111 | 11000110 | 1000011 | 101110 |
Color Harmonies of #2795C4
Complementary color
Monochromatic Colors of #2795C4
Black with #2795C4
Text Example
Text Example
White with #2795C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795C4; }
p { color: rgb(39,149,196); }
H1.HeaderClassName
{
color: #2795C4;
}
.AnyTagClassName
{
color: #2795C4;
}
</style>
background-color css
<style>
a { background-color: #2795C4; }
a { background-color: rgb(39,149,196); }
div.DivClassName
{
background-color: #2795C4;
}
.BgClassName
{
background-color: #2795C4;
}
</style>
border-color css
<style>
span { border-color: #2795C4; }
span { border-color: rgb(39,149,196); }
td.TdClassName
{
border-color: #2795C4;
}
.TagClassName
{
border-color: #2795C4;
}
</style>