Shades of Summer Sky #3BB1DB
Tints of Summer Sky #3BB1DB
RGB
CMYK
RGB Variations
Color information
#3BB1DB (or 0x3BB1DB) is known color: Summer Sky. HEX triplet: 3B, B1 and DB. RGB value is (59,177,219). Sum of RGB (Red+Green+Blue) = 59+177+219=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BB1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB1DB is #C44E24. Grayscale: #929292. Windows color (decimal): -12865061 or 14397755. OLE color: 14397755.
HSL color Cylindrical-coordinate representation of color #3BB1DB: hue angle of 195.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 #3BB1DB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 177 | 219 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.14 |
| HSL | 195.75º | 0.69% | 0.55% | - |
| HSV(B) | 195.75º | 0.73% | 0.86% | - |
| XYZ | 30.31 | 37.49 | 72.66 | - |
| YUV | 146.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 219 | 0.73 | 0.19 | 0 | 0.14 | 195.75 | 0.69 | 0.55 |
| Hex | 3B | B1 | DB | 49 | 13 | 0 | E | C4 | 45 | 37 |
| Octal | 73 | 261 | 333 | 111 | 23 | 0 | 16 | 304 | 105 | 67 |
| Binary | 111011 | 10110001 | 11011011 | 1001001 | 10011 | 0 | 1110 | 11000100 | 1000101 | 110111 |
Color Harmonies of #3BB1DB
Complementary color
Monochromatic Colors of #3BB1DB
Black with #3BB1DB
Text Example
Text Example
White with #3BB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB1DB; }
p { color: rgb(59,177,219); }
H1.HeaderClassName
{
color: #3BB1DB;
}
.AnyTagClassName
{
color: #3BB1DB;
}
</style>
background-color css
<style>
a { background-color: #3BB1DB; }
a { background-color: rgb(59,177,219); }
div.DivClassName
{
background-color: #3BB1DB;
}
.BgClassName
{
background-color: #3BB1DB;
}
</style>
border-color css
<style>
span { border-color: #3BB1DB; }
span { border-color: rgb(59,177,219); }
td.TdClassName
{
border-color: #3BB1DB;
}
.TagClassName
{
border-color: #3BB1DB;
}
</style>