Shades of Summer Sky #2997D5
Tints of Summer Sky #2997D5
RGB
CMYK
RGB Variations
Color information
#2997D5 (or 0x2997D5) is known color: Summer Sky. HEX triplet: 29, 97 and D5. RGB value is (41,151,213). Sum of RGB (Red+Green+Blue) = 41+151+213=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #2997D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997D5 is #D6682A. Grayscale: #7C7C7C. Windows color (decimal): -14051371 or 13997865. OLE color: 13997865.
HSL color Cylindrical-coordinate representation of color #2997D5: hue angle of 201.63º 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 #2997D5 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 151 | 213 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.16 |
| HSL | 201.63º | 0.68% | 0.5% | - |
| HSV(B) | 201.63º | 0.81% | 0.84% | - |
| XYZ | 23.99 | 27.41 | 66.98 | - |
| YUV | 125.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 213 | 0.81 | 0.29 | 0 | 0.16 | 201.63 | 0.68 | 0.5 |
| Hex | 29 | 97 | D5 | 51 | 1D | 0 | 10 | CA | 44 | 32 |
| Octal | 51 | 227 | 325 | 121 | 35 | 0 | 20 | 312 | 104 | 62 |
| Binary | 101001 | 10010111 | 11010101 | 1010001 | 11101 | 0 | 10000 | 11001010 | 1000100 | 110010 |
Color Harmonies of #2997D5
Complementary color
Monochromatic Colors of #2997D5
Black with #2997D5
Text Example
Text Example
White with #2997D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997D5; }
p { color: rgb(41,151,213); }
H1.HeaderClassName
{
color: #2997D5;
}
.AnyTagClassName
{
color: #2997D5;
}
</style>
background-color css
<style>
a { background-color: #2997D5; }
a { background-color: rgb(41,151,213); }
div.DivClassName
{
background-color: #2997D5;
}
.BgClassName
{
background-color: #2997D5;
}
</style>
border-color css
<style>
span { border-color: #2997D5; }
span { border-color: rgb(41,151,213); }
td.TdClassName
{
border-color: #2997D5;
}
.TagClassName
{
border-color: #2997D5;
}
</style>