Shades of Summer Sky #2993D2
Tints of Summer Sky #2993D2
RGB
CMYK
RGB Variations
Color information
#2993D2 (or 0x2993D2) is known color: Summer Sky. HEX triplet: 29, 93 and D2. RGB value is (41,147,210). Sum of RGB (Red+Green+Blue) = 41+147+210=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #2993D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993D2 is #D66C2D. Grayscale: #7A7A7A. Windows color (decimal): -14052398 or 13800233. OLE color: 13800233.
HSL color Cylindrical-coordinate representation of color #2993D2: hue angle of 202.37º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2993D2 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 147 | 210 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.18 |
| HSL | 202.37º | 0.67% | 0.49% | - |
| HSV(B) | 202.37º | 0.8% | 0.82% | - |
| XYZ | 22.98 | 25.99 | 64.78 | - |
| YUV | 122.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 210 | 0.80 | 0.30 | 0 | 0.18 | 202.37 | 0.67 | 0.49 |
| Hex | 29 | 93 | D2 | 50 | 1E | 0 | 12 | CA | 43 | 31 |
| Octal | 51 | 223 | 322 | 120 | 36 | 0 | 22 | 312 | 103 | 61 |
| Binary | 101001 | 10010011 | 11010010 | 1010000 | 11110 | 0 | 10010 | 11001010 | 1000011 | 110001 |
Color Harmonies of #2993D2
Complementary color
Monochromatic Colors of #2993D2
Black with #2993D2
Text Example
Text Example
White with #2993D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993D2; }
p { color: rgb(41,147,210); }
H1.HeaderClassName
{
color: #2993D2;
}
.AnyTagClassName
{
color: #2993D2;
}
</style>
background-color css
<style>
a { background-color: #2993D2; }
a { background-color: rgb(41,147,210); }
div.DivClassName
{
background-color: #2993D2;
}
.BgClassName
{
background-color: #2993D2;
}
</style>
border-color css
<style>
span { border-color: #2993D2; }
span { border-color: rgb(41,147,210); }
td.TdClassName
{
border-color: #2993D2;
}
.TagClassName
{
border-color: #2993D2;
}
</style>