Shades of Summer Sky #2295D4
Tints of Summer Sky #2295D4
RGB
CMYK
RGB Variations
Color information
#2295D4 (or 0x2295D4) is known color: Summer Sky. HEX triplet: 22, 95 and D4. RGB value is (34,149,212). Sum of RGB (Red+Green+Blue) = 34+149+212=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #2295D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2295D4 is #DD6A2B. Grayscale: #797979. Windows color (decimal): -14510636 or 13931810. OLE color: 13931810.
HSL color Cylindrical-coordinate representation of color #2295D4: hue angle of 201.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2295D4 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 149 | 212 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.17 |
| HSL | 201.24º | 0.72% | 0.48% | - |
| HSV(B) | 201.24º | 0.84% | 0.83% | - |
| XYZ | 23.29 | 26.59 | 66.19 | - |
| YUV | 121.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 212 | 0.84 | 0.30 | 0 | 0.17 | 201.24 | 0.72 | 0.48 |
| Hex | 22 | 95 | D4 | 54 | 1E | 0 | 11 | C9 | 48 | 30 |
| Octal | 42 | 225 | 324 | 124 | 36 | 0 | 21 | 311 | 110 | 60 |
| Binary | 100010 | 10010101 | 11010100 | 1010100 | 11110 | 0 | 10001 | 11001001 | 1001000 | 110000 |
Color Harmonies of #2295D4
Complementary color
Monochromatic Colors of #2295D4
Black with #2295D4
Text Example
Text Example
White with #2295D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2295D4; }
p { color: rgb(34,149,212); }
H1.HeaderClassName
{
color: #2295D4;
}
.AnyTagClassName
{
color: #2295D4;
}
</style>
background-color css
<style>
a { background-color: #2295D4; }
a { background-color: rgb(34,149,212); }
div.DivClassName
{
background-color: #2295D4;
}
.BgClassName
{
background-color: #2295D4;
}
</style>
border-color css
<style>
span { border-color: #2295D4; }
span { border-color: rgb(34,149,212); }
td.TdClassName
{
border-color: #2295D4;
}
.TagClassName
{
border-color: #2295D4;
}
</style>