Shades of Summer Sky #3BA8DD
Tints of Summer Sky #3BA8DD
RGB
CMYK
RGB Variations
Color information
#3BA8DD (or 0x3BA8DD) is known color: Summer Sky. HEX triplet: 3B, A8 and DD. RGB value is (59,168,221). Sum of RGB (Red+Green+Blue) = 59+168+221=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA8DD is #C45722. Grayscale: #8D8D8D. Windows color (decimal): -12867363 or 14526523. OLE color: 14526523.
HSL color Cylindrical-coordinate representation of color #3BA8DD: hue angle of 199.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA8DD is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 168 | 221 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.13 |
| HSL | 199.63º | 0.7% | 0.55% | - |
| HSV(B) | 199.63º | 0.73% | 0.87% | - |
| XYZ | 28.86 | 34.16 | 73.48 | - |
| YUV | 141.45 | 172.89 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 168 | 221 | 0.73 | 0.24 | 0 | 0.13 | 199.63 | 0.7 | 0.55 |
| Hex | 3B | A8 | DD | 49 | 18 | 0 | D | C8 | 46 | 37 |
| Octal | 73 | 250 | 335 | 111 | 30 | 0 | 15 | 310 | 106 | 67 |
| Binary | 111011 | 10101000 | 11011101 | 1001001 | 11000 | 0 | 1101 | 11001000 | 1000110 | 110111 |
Color Harmonies of #3BA8DD
Complementary color
Monochromatic Colors of #3BA8DD
Black with #3BA8DD
Text Example
Text Example
White with #3BA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA8DD; }
p { color: rgb(59,168,221); }
H1.HeaderClassName
{
color: #3BA8DD;
}
.AnyTagClassName
{
color: #3BA8DD;
}
</style>
background-color css
<style>
a { background-color: #3BA8DD; }
a { background-color: rgb(59,168,221); }
div.DivClassName
{
background-color: #3BA8DD;
}
.BgClassName
{
background-color: #3BA8DD;
}
</style>
border-color css
<style>
span { border-color: #3BA8DD; }
span { border-color: rgb(59,168,221); }
td.TdClassName
{
border-color: #3BA8DD;
}
.TagClassName
{
border-color: #3BA8DD;
}
</style>