Shades of Summer Sky #3BA7DC
Tints of Summer Sky #3BA7DC
RGB
CMYK
RGB Variations
Color information
#3BA7DC (or 0x3BA7DC) is known color: Summer Sky. HEX triplet: 3B, A7 and DC. RGB value is (59,167,220). Sum of RGB (Red+Green+Blue) = 59+167+220=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BA7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA7DC is #C45823. Grayscale: #8C8C8C. Windows color (decimal): -12867620 or 14460731. OLE color: 14460731.
HSL color Cylindrical-coordinate representation of color #3BA7DC: hue angle of 199.75º degrees, saturation: 0.7, 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 #3BA7DC is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 167 | 220 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.14 |
| HSL | 199.75º | 0.7% | 0.55% | - |
| HSV(B) | 199.75º | 0.73% | 0.86% | - |
| XYZ | 28.54 | 33.73 | 72.72 | - |
| YUV | 140.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 220 | 0.73 | 0.24 | 0 | 0.14 | 199.75 | 0.7 | 0.55 |
| Hex | 3B | A7 | DC | 49 | 18 | 0 | E | C8 | 46 | 37 |
| Octal | 73 | 247 | 334 | 111 | 30 | 0 | 16 | 310 | 106 | 67 |
| Binary | 111011 | 10100111 | 11011100 | 1001001 | 11000 | 0 | 1110 | 11001000 | 1000110 | 110111 |
Color Harmonies of #3BA7DC
Complementary color
Monochromatic Colors of #3BA7DC
Black with #3BA7DC
Text Example
Text Example
White with #3BA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA7DC; }
p { color: rgb(59,167,220); }
H1.HeaderClassName
{
color: #3BA7DC;
}
.AnyTagClassName
{
color: #3BA7DC;
}
</style>
background-color css
<style>
a { background-color: #3BA7DC; }
a { background-color: rgb(59,167,220); }
div.DivClassName
{
background-color: #3BA7DC;
}
.BgClassName
{
background-color: #3BA7DC;
}
</style>
border-color css
<style>
span { border-color: #3BA7DC; }
span { border-color: rgb(59,167,220); }
td.TdClassName
{
border-color: #3BA7DC;
}
.TagClassName
{
border-color: #3BA7DC;
}
</style>