Shades of Summer Sky #3BAADB
Tints of Summer Sky #3BAADB
RGB
CMYK
RGB Variations
Color information
#3BAADB (or 0x3BAADB) is known color: Summer Sky. HEX triplet: 3B, AA and DB. RGB value is (59,170,219). Sum of RGB (Red+Green+Blue) = 59+170+219=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAADB is #C45524. Grayscale: #8E8E8E. Windows color (decimal): -12866853 or 14395963. OLE color: 14395963.
HSL color Cylindrical-coordinate representation of color #3BAADB: hue angle of 198.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAADB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 170 | 219 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.14 |
| HSL | 198.38º | 0.69% | 0.55% | - |
| HSV(B) | 198.38º | 0.73% | 0.86% | - |
| XYZ | 28.96 | 34.79 | 72.21 | - |
| YUV | 142.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 219 | 0.73 | 0.22 | 0 | 0.14 | 198.38 | 0.69 | 0.55 |
| Hex | 3B | AA | DB | 49 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 73 | 252 | 333 | 111 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111011 | 10101010 | 11011011 | 1001001 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3BAADB
Complementary color
Monochromatic Colors of #3BAADB
Black with #3BAADB
Text Example
Text Example
White with #3BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAADB; }
p { color: rgb(59,170,219); }
H1.HeaderClassName
{
color: #3BAADB;
}
.AnyTagClassName
{
color: #3BAADB;
}
</style>
background-color css
<style>
a { background-color: #3BAADB; }
a { background-color: rgb(59,170,219); }
div.DivClassName
{
background-color: #3BAADB;
}
.BgClassName
{
background-color: #3BAADB;
}
</style>
border-color css
<style>
span { border-color: #3BAADB; }
span { border-color: rgb(59,170,219); }
td.TdClassName
{
border-color: #3BAADB;
}
.TagClassName
{
border-color: #3BAADB;
}
</style>