Shades of Summer Sky #2992D5
Tints of Summer Sky #2992D5
RGB
CMYK
RGB Variations
Color information
#2992D5 (or 0x2992D5) is known color: Summer Sky. HEX triplet: 29, 92 and D5. RGB value is (41,146,213). Sum of RGB (Red+Green+Blue) = 41+146+213=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #2992D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992D5 is #D66D2A. Grayscale: #797979. Windows color (decimal): -14052651 or 13996585. OLE color: 13996585.
HSL color Cylindrical-coordinate representation of color #2992D5: hue angle of 203.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2992D5 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 146 | 213 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.16 |
| HSL | 203.37º | 0.68% | 0.5% | - |
| HSV(B) | 203.37º | 0.81% | 0.84% | - |
| XYZ | 23.2 | 25.83 | 66.71 | - |
| YUV | 122.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 213 | 0.81 | 0.31 | 0 | 0.16 | 203.37 | 0.68 | 0.5 |
| Hex | 29 | 92 | D5 | 51 | 1F | 0 | 10 | CB | 44 | 32 |
| Octal | 51 | 222 | 325 | 121 | 37 | 0 | 20 | 313 | 104 | 62 |
| Binary | 101001 | 10010010 | 11010101 | 1010001 | 11111 | 0 | 10000 | 11001011 | 1000100 | 110010 |
Color Harmonies of #2992D5
Complementary color
Monochromatic Colors of #2992D5
Black with #2992D5
Text Example
Text Example
White with #2992D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2992D5; }
p { color: rgb(41,146,213); }
H1.HeaderClassName
{
color: #2992D5;
}
.AnyTagClassName
{
color: #2992D5;
}
</style>
background-color css
<style>
a { background-color: #2992D5; }
a { background-color: rgb(41,146,213); }
div.DivClassName
{
background-color: #2992D5;
}
.BgClassName
{
background-color: #2992D5;
}
</style>
border-color css
<style>
span { border-color: #2992D5; }
span { border-color: rgb(41,146,213); }
td.TdClassName
{
border-color: #2992D5;
}
.TagClassName
{
border-color: #2992D5;
}
</style>