Shades of Summer Sky #3BA4DB
Tints of Summer Sky #3BA4DB
RGB
CMYK
RGB Variations
Color information
#3BA4DB (or 0x3BA4DB) is known color: Summer Sky. HEX triplet: 3B, A4 and DB. RGB value is (59,164,219). Sum of RGB (Red+Green+Blue) = 59+164+219=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BA4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4DB is #C45B24. Grayscale: #8A8A8A. Windows color (decimal): -12868389 or 14394427. OLE color: 14394427.
HSL color Cylindrical-coordinate representation of color #3BA4DB: hue angle of 200.62º 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 #3BA4DB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 164 | 219 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.14 |
| HSL | 200.63º | 0.69% | 0.55% | - |
| HSV(B) | 200.63º | 0.73% | 0.86% | - |
| XYZ | 27.87 | 32.6 | 71.84 | - |
| YUV | 138.88 | 173.21 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 219 | 0.73 | 0.25 | 0 | 0.14 | 200.63 | 0.69 | 0.55 |
| Hex | 3B | A4 | DB | 49 | 19 | 0 | E | C9 | 45 | 37 |
| Octal | 73 | 244 | 333 | 111 | 31 | 0 | 16 | 311 | 105 | 67 |
| Binary | 111011 | 10100100 | 11011011 | 1001001 | 11001 | 0 | 1110 | 11001001 | 1000101 | 110111 |
Color Harmonies of #3BA4DB
Complementary color
Monochromatic Colors of #3BA4DB
Black with #3BA4DB
Text Example
Text Example
White with #3BA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4DB; }
p { color: rgb(59,164,219); }
H1.HeaderClassName
{
color: #3BA4DB;
}
.AnyTagClassName
{
color: #3BA4DB;
}
</style>
background-color css
<style>
a { background-color: #3BA4DB; }
a { background-color: rgb(59,164,219); }
div.DivClassName
{
background-color: #3BA4DB;
}
.BgClassName
{
background-color: #3BA4DB;
}
</style>
border-color css
<style>
span { border-color: #3BA4DB; }
span { border-color: rgb(59,164,219); }
td.TdClassName
{
border-color: #3BA4DB;
}
.TagClassName
{
border-color: #3BA4DB;
}
</style>