Shades of Pelorous #2795BC
Tints of Pelorous #2795BC
RGB
CMYK
RGB Variations
Color information
#2795BC (or 0x2795BC) is known color: Pelorous. HEX triplet: 27, 95 and BC. RGB value is (39,149,188). Sum of RGB (Red+Green+Blue) = 39+149+188=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #2795BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795BC is #D86A43. Grayscale: #787878. Windows color (decimal): -14182980 or 12358951. OLE color: 12358951.
HSL color Cylindrical-coordinate representation of color #2795BC: hue angle of 195.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2795BC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 149 | 188 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.26 |
| HSL | 195.7º | 0.66% | 0.45% | - |
| HSV(B) | 195.7º | 0.79% | 0.74% | - |
| XYZ | 20.66 | 25.56 | 51.42 | - |
| YUV | 120.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 188 | 0.79 | 0.21 | 0 | 0.26 | 195.7 | 0.66 | 0.45 |
| Hex | 27 | 95 | BC | 4F | 15 | 0 | 1A | C4 | 42 | 2D |
| Octal | 47 | 225 | 274 | 117 | 25 | 0 | 32 | 304 | 102 | 55 |
| Binary | 100111 | 10010101 | 10111100 | 1001111 | 10101 | 0 | 11010 | 11000100 | 1000010 | 101101 |
Color Harmonies of #2795BC
Complementary color
Monochromatic Colors of #2795BC
Black with #2795BC
Text Example
Text Example
White with #2795BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795BC; }
p { color: rgb(39,149,188); }
H1.HeaderClassName
{
color: #2795BC;
}
.AnyTagClassName
{
color: #2795BC;
}
</style>
background-color css
<style>
a { background-color: #2795BC; }
a { background-color: rgb(39,149,188); }
div.DivClassName
{
background-color: #2795BC;
}
.BgClassName
{
background-color: #2795BC;
}
</style>
border-color css
<style>
span { border-color: #2795BC; }
span { border-color: rgb(39,149,188); }
td.TdClassName
{
border-color: #2795BC;
}
.TagClassName
{
border-color: #2795BC;
}
</style>