Shades of Summer Sky #3BA1DB
Tints of Summer Sky #3BA1DB
RGB
CMYK
RGB Variations
Color information
#3BA1DB (or 0x3BA1DB) is known color: Summer Sky. HEX triplet: 3B, A1 and DB. RGB value is (59,161,219). Sum of RGB (Red+Green+Blue) = 59+161+219=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BA1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA1DB is #C45E24. Grayscale: #888888. Windows color (decimal): -12869157 or 14393659. OLE color: 14393659.
HSL color Cylindrical-coordinate representation of color #3BA1DB: hue angle of 201.75º 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 #3BA1DB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 161 | 219 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.14 |
| HSL | 201.75º | 0.69% | 0.55% | - |
| HSV(B) | 201.75º | 0.73% | 0.86% | - |
| XYZ | 27.33 | 31.53 | 71.66 | - |
| YUV | 137.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 219 | 0.73 | 0.26 | 0 | 0.14 | 201.75 | 0.69 | 0.55 |
| Hex | 3B | A1 | DB | 49 | 1A | 0 | E | CA | 45 | 37 |
| Octal | 73 | 241 | 333 | 111 | 32 | 0 | 16 | 312 | 105 | 67 |
| Binary | 111011 | 10100001 | 11011011 | 1001001 | 11010 | 0 | 1110 | 11001010 | 1000101 | 110111 |
Color Harmonies of #3BA1DB
Complementary color
Monochromatic Colors of #3BA1DB
Black with #3BA1DB
Text Example
Text Example
White with #3BA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA1DB; }
p { color: rgb(59,161,219); }
H1.HeaderClassName
{
color: #3BA1DB;
}
.AnyTagClassName
{
color: #3BA1DB;
}
</style>
background-color css
<style>
a { background-color: #3BA1DB; }
a { background-color: rgb(59,161,219); }
div.DivClassName
{
background-color: #3BA1DB;
}
.BgClassName
{
background-color: #3BA1DB;
}
</style>
border-color css
<style>
span { border-color: #3BA1DB; }
span { border-color: rgb(59,161,219); }
td.TdClassName
{
border-color: #3BA1DB;
}
.TagClassName
{
border-color: #3BA1DB;
}
</style>