Shades of Pelorous #2792CF
Tints of Pelorous #2792CF
RGB
CMYK
RGB Variations
Color information
#2792CF (or 0x2792CF) is known color: Pelorous. HEX triplet: 27, 92 and CF. RGB value is (39,146,207). Sum of RGB (Red+Green+Blue) = 39+146+207=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #2792CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792CF is #D86D30. Grayscale: #787878. Windows color (decimal): -14183729 or 13603367. OLE color: 13603367.
HSL color Cylindrical-coordinate representation of color #2792CF: hue angle of 201.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2792CF is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 146 | 207 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.19 |
| HSL | 201.79º | 0.68% | 0.48% | - |
| HSV(B) | 201.79º | 0.81% | 0.81% | - |
| XYZ | 22.38 | 25.49 | 62.77 | - |
| YUV | 120.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 207 | 0.81 | 0.29 | 0 | 0.19 | 201.79 | 0.68 | 0.48 |
| Hex | 27 | 92 | CF | 51 | 1D | 0 | 13 | CA | 44 | 30 |
| Octal | 47 | 222 | 317 | 121 | 35 | 0 | 23 | 312 | 104 | 60 |
| Binary | 100111 | 10010010 | 11001111 | 1010001 | 11101 | 0 | 10011 | 11001010 | 1000100 | 110000 |
Color Harmonies of #2792CF
Complementary color
Monochromatic Colors of #2792CF
Black with #2792CF
Text Example
Text Example
White with #2792CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792CF; }
p { color: rgb(39,146,207); }
H1.HeaderClassName
{
color: #2792CF;
}
.AnyTagClassName
{
color: #2792CF;
}
</style>
background-color css
<style>
a { background-color: #2792CF; }
a { background-color: rgb(39,146,207); }
div.DivClassName
{
background-color: #2792CF;
}
.BgClassName
{
background-color: #2792CF;
}
</style>
border-color css
<style>
span { border-color: #2792CF; }
span { border-color: rgb(39,146,207); }
td.TdClassName
{
border-color: #2792CF;
}
.TagClassName
{
border-color: #2792CF;
}
</style>