Shades of Summer Sky #3BA2DA
Tints of Summer Sky #3BA2DA
RGB
CMYK
RGB Variations
Color information
#3BA2DA (or 0x3BA2DA) is known color: Summer Sky. HEX triplet: 3B, A2 and DA. RGB value is (59,162,218). Sum of RGB (Red+Green+Blue) = 59+162+218=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BA2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2DA is #C45D25. Grayscale: #898989. Windows color (decimal): -12868902 or 14328379. OLE color: 14328379.
HSL color Cylindrical-coordinate representation of color #3BA2DA: hue angle of 201.13º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA2DA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 162 | 218 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.15 |
| HSL | 201.13º | 0.68% | 0.54% | - |
| HSV(B) | 201.13º | 0.73% | 0.85% | - |
| XYZ | 27.38 | 31.83 | 71.03 | - |
| YUV | 137.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 218 | 0.73 | 0.26 | 0 | 0.15 | 201.13 | 0.68 | 0.54 |
| Hex | 3B | A2 | DA | 49 | 1A | 0 | F | C9 | 44 | 36 |
| Octal | 73 | 242 | 332 | 111 | 32 | 0 | 17 | 311 | 104 | 66 |
| Binary | 111011 | 10100010 | 11011010 | 1001001 | 11010 | 0 | 1111 | 11001001 | 1000100 | 110110 |
Color Harmonies of #3BA2DA
Complementary color
Monochromatic Colors of #3BA2DA
Black with #3BA2DA
Text Example
Text Example
White with #3BA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2DA; }
p { color: rgb(59,162,218); }
H1.HeaderClassName
{
color: #3BA2DA;
}
.AnyTagClassName
{
color: #3BA2DA;
}
</style>
background-color css
<style>
a { background-color: #3BA2DA; }
a { background-color: rgb(59,162,218); }
div.DivClassName
{
background-color: #3BA2DA;
}
.BgClassName
{
background-color: #3BA2DA;
}
</style>
border-color css
<style>
span { border-color: #3BA2DA; }
span { border-color: rgb(59,162,218); }
td.TdClassName
{
border-color: #3BA2DA;
}
.TagClassName
{
border-color: #3BA2DA;
}
</style>