Shades of Summer Sky #3BA6DD
Tints of Summer Sky #3BA6DD
RGB
CMYK
RGB Variations
Color information
#3BA6DD (or 0x3BA6DD) is known color: Summer Sky. HEX triplet: 3B, A6 and DD. RGB value is (59,166,221). Sum of RGB (Red+Green+Blue) = 59+166+221=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BA6DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA6DD is #C45922. Grayscale: #8B8B8B. Windows color (decimal): -12867875 or 14526011. OLE color: 14526011.
HSL color Cylindrical-coordinate representation of color #3BA6DD: hue angle of 200.37º 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 #3BA6DD is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 166 | 221 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.13 |
| HSL | 200.37º | 0.7% | 0.55% | - |
| HSV(B) | 200.37º | 0.73% | 0.87% | - |
| XYZ | 28.49 | 33.42 | 73.36 | - |
| YUV | 140.28 | 173.55 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 221 | 0.73 | 0.25 | 0 | 0.13 | 200.37 | 0.7 | 0.55 |
| Hex | 3B | A6 | DD | 49 | 19 | 0 | D | C8 | 46 | 37 |
| Octal | 73 | 246 | 335 | 111 | 31 | 0 | 15 | 310 | 106 | 67 |
| Binary | 111011 | 10100110 | 11011101 | 1001001 | 11001 | 0 | 1101 | 11001000 | 1000110 | 110111 |
Color Harmonies of #3BA6DD
Complementary color
Monochromatic Colors of #3BA6DD
Black with #3BA6DD
Text Example
Text Example
White with #3BA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6DD; }
p { color: rgb(59,166,221); }
H1.HeaderClassName
{
color: #3BA6DD;
}
.AnyTagClassName
{
color: #3BA6DD;
}
</style>
background-color css
<style>
a { background-color: #3BA6DD; }
a { background-color: rgb(59,166,221); }
div.DivClassName
{
background-color: #3BA6DD;
}
.BgClassName
{
background-color: #3BA6DD;
}
</style>
border-color css
<style>
span { border-color: #3BA6DD; }
span { border-color: rgb(59,166,221); }
td.TdClassName
{
border-color: #3BA6DD;
}
.TagClassName
{
border-color: #3BA6DD;
}
</style>