Shades of Pelorous #2793CC
Tints of Pelorous #2793CC
RGB
CMYK
RGB Variations
Color information
#2793CC (or 0x2793CC) is known color: Pelorous. HEX triplet: 27, 93 and CC. RGB value is (39,147,204). Sum of RGB (Red+Green+Blue) = 39+147+204=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #2793CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2793CC is #D86C33. Grayscale: #787878. Windows color (decimal): -14183476 or 13407015. OLE color: 13407015.
HSL color Cylindrical-coordinate representation of color #2793CC: hue angle of 200.73º 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 #2793CC is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 147 | 204 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.2 |
| HSL | 200.73º | 0.68% | 0.48% | - |
| HSV(B) | 200.73º | 0.81% | 0.8% | - |
| XYZ | 22.17 | 25.66 | 60.91 | - |
| YUV | 121.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 204 | 0.81 | 0.28 | 0 | 0.2 | 200.73 | 0.68 | 0.48 |
| Hex | 27 | 93 | CC | 51 | 1C | 0 | 14 | C9 | 44 | 30 |
| Octal | 47 | 223 | 314 | 121 | 34 | 0 | 24 | 311 | 104 | 60 |
| Binary | 100111 | 10010011 | 11001100 | 1010001 | 11100 | 0 | 10100 | 11001001 | 1000100 | 110000 |
Color Harmonies of #2793CC
Complementary color
Monochromatic Colors of #2793CC
Black with #2793CC
Text Example
Text Example
White with #2793CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2793CC; }
p { color: rgb(39,147,204); }
H1.HeaderClassName
{
color: #2793CC;
}
.AnyTagClassName
{
color: #2793CC;
}
</style>
background-color css
<style>
a { background-color: #2793CC; }
a { background-color: rgb(39,147,204); }
div.DivClassName
{
background-color: #2793CC;
}
.BgClassName
{
background-color: #2793CC;
}
</style>
border-color css
<style>
span { border-color: #2793CC; }
span { border-color: rgb(39,147,204); }
td.TdClassName
{
border-color: #2793CC;
}
.TagClassName
{
border-color: #2793CC;
}
</style>