Shades of Pelorous #2795CC
Tints of Pelorous #2795CC
RGB
CMYK
RGB Variations
Color information
#2795CC (or 0x2795CC) is known color: Pelorous. HEX triplet: 27, 95 and CC. RGB value is (39,149,204). Sum of RGB (Red+Green+Blue) = 39+149+204=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #2795CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2795CC is #D86A33. Grayscale: #7A7A7A. Windows color (decimal): -14182964 or 13407527. OLE color: 13407527.
HSL color Cylindrical-coordinate representation of color #2795CC: hue angle of 200º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2795CC is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 149 | 204 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.2 |
| HSL | 200º | 0.68% | 0.48% | - |
| HSV(B) | 200º | 0.81% | 0.8% | - |
| XYZ | 22.48 | 26.29 | 61.02 | - |
| YUV | 122.38 | 174.06 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 204 | 0.81 | 0.27 | 0 | 0.2 | 200 | 0.68 | 0.48 |
| Hex | 27 | 95 | CC | 51 | 1B | 0 | 14 | C8 | 44 | 30 |
| Octal | 47 | 225 | 314 | 121 | 33 | 0 | 24 | 310 | 104 | 60 |
| Binary | 100111 | 10010101 | 11001100 | 1010001 | 11011 | 0 | 10100 | 11001000 | 1000100 | 110000 |
Color Harmonies of #2795CC
Complementary color
Monochromatic Colors of #2795CC
Black with #2795CC
Text Example
Text Example
White with #2795CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795CC; }
p { color: rgb(39,149,204); }
H1.HeaderClassName
{
color: #2795CC;
}
.AnyTagClassName
{
color: #2795CC;
}
</style>
background-color css
<style>
a { background-color: #2795CC; }
a { background-color: rgb(39,149,204); }
div.DivClassName
{
background-color: #2795CC;
}
.BgClassName
{
background-color: #2795CC;
}
</style>
border-color css
<style>
span { border-color: #2795CC; }
span { border-color: rgb(39,149,204); }
td.TdClassName
{
border-color: #2795CC;
}
.TagClassName
{
border-color: #2795CC;
}
</style>