Shades of Summer Sky #2391D6
Tints of Summer Sky #2391D6
RGB
CMYK
RGB Variations
Color information
#2391D6 (or 0x2391D6) is known color: Summer Sky. HEX triplet: 23, 91 and D6. RGB value is (35,145,214). Sum of RGB (Red+Green+Blue) = 35+145+214=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #2391D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391D6 is #DC6E29. Grayscale: #777777. Windows color (decimal): -14446122 or 14061859. OLE color: 14061859.
HSL color Cylindrical-coordinate representation of color #2391D6: hue angle of 203.13º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2391D6 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 145 | 214 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.16 |
| HSL | 203.13º | 0.72% | 0.49% | - |
| HSV(B) | 203.13º | 0.84% | 0.84% | - |
| XYZ | 22.96 | 25.46 | 67.32 | - |
| YUV | 119.98 | 181.06 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 214 | 0.84 | 0.32 | 0 | 0.16 | 203.13 | 0.72 | 0.49 |
| Hex | 23 | 91 | D6 | 54 | 20 | 0 | 10 | CB | 48 | 31 |
| Octal | 43 | 221 | 326 | 124 | 40 | 0 | 20 | 313 | 110 | 61 |
| Binary | 100011 | 10010001 | 11010110 | 1010100 | 100000 | 0 | 10000 | 11001011 | 1001000 | 110001 |
Color Harmonies of #2391D6
Complementary color
Monochromatic Colors of #2391D6
Black with #2391D6
Text Example
Text Example
White with #2391D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2391D6; }
p { color: rgb(35,145,214); }
H1.HeaderClassName
{
color: #2391D6;
}
.AnyTagClassName
{
color: #2391D6;
}
</style>
background-color css
<style>
a { background-color: #2391D6; }
a { background-color: rgb(35,145,214); }
div.DivClassName
{
background-color: #2391D6;
}
.BgClassName
{
background-color: #2391D6;
}
</style>
border-color css
<style>
span { border-color: #2391D6; }
span { border-color: rgb(35,145,214); }
td.TdClassName
{
border-color: #2391D6;
}
.TagClassName
{
border-color: #2391D6;
}
</style>