Shades of Summer Sky #3BA1DA
Tints of Summer Sky #3BA1DA
RGB
CMYK
RGB Variations
Color information
#3BA1DA (or 0x3BA1DA) is known color: Summer Sky. HEX triplet: 3B, A1 and DA. RGB value is (59,161,218). Sum of RGB (Red+Green+Blue) = 59+161+218=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA1DA is #C45E25. Grayscale: #888888. Windows color (decimal): -12869158 or 14328123. OLE color: 14328123.
HSL color Cylindrical-coordinate representation of color #3BA1DA: hue angle of 201.51º 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 #3BA1DA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 161 | 218 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.15 |
| HSL | 201.51º | 0.68% | 0.54% | - |
| HSV(B) | 201.51º | 0.73% | 0.85% | - |
| XYZ | 27.2 | 31.48 | 70.97 | - |
| YUV | 137 | 173.71 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 218 | 0.73 | 0.26 | 0 | 0.15 | 201.51 | 0.68 | 0.54 |
| Hex | 3B | A1 | DA | 49 | 1A | 0 | F | CA | 44 | 36 |
| Octal | 73 | 241 | 332 | 111 | 32 | 0 | 17 | 312 | 104 | 66 |
| Binary | 111011 | 10100001 | 11011010 | 1001001 | 11010 | 0 | 1111 | 11001010 | 1000100 | 110110 |
Color Harmonies of #3BA1DA
Complementary color
Monochromatic Colors of #3BA1DA
Black with #3BA1DA
Text Example
Text Example
White with #3BA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA1DA; }
p { color: rgb(59,161,218); }
H1.HeaderClassName
{
color: #3BA1DA;
}
.AnyTagClassName
{
color: #3BA1DA;
}
</style>
background-color css
<style>
a { background-color: #3BA1DA; }
a { background-color: rgb(59,161,218); }
div.DivClassName
{
background-color: #3BA1DA;
}
.BgClassName
{
background-color: #3BA1DA;
}
</style>
border-color css
<style>
span { border-color: #3BA1DA; }
span { border-color: rgb(59,161,218); }
td.TdClassName
{
border-color: #3BA1DA;
}
.TagClassName
{
border-color: #3BA1DA;
}
</style>