Shades of Summer Sky #3BA3DE
Tints of Summer Sky #3BA3DE
RGB
CMYK
RGB Variations
Color information
#3BA3DE (or 0x3BA3DE) is known color: Summer Sky. HEX triplet: 3B, A3 and DE. RGB value is (59,163,222). Sum of RGB (Red+Green+Blue) = 59+163+222=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BA3DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA3DE is #C45C21. Grayscale: #8A8A8A. Windows color (decimal): -12868642 or 14590779. OLE color: 14590779.
HSL color Cylindrical-coordinate representation of color #3BA3DE: hue angle of 201.72º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA3DE is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 163 | 222 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.13 |
| HSL | 201.72º | 0.71% | 0.55% | - |
| HSV(B) | 201.72º | 0.73% | 0.87% | - |
| XYZ | 28.09 | 32.4 | 73.88 | - |
| YUV | 138.63 | 175.04 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 222 | 0.73 | 0.27 | 0 | 0.13 | 201.72 | 0.71 | 0.55 |
| Hex | 3B | A3 | DE | 49 | 1B | 0 | D | CA | 47 | 37 |
| Octal | 73 | 243 | 336 | 111 | 33 | 0 | 15 | 312 | 107 | 67 |
| Binary | 111011 | 10100011 | 11011110 | 1001001 | 11011 | 0 | 1101 | 11001010 | 1000111 | 110111 |
Color Harmonies of #3BA3DE
Complementary color
Monochromatic Colors of #3BA3DE
Black with #3BA3DE
Text Example
Text Example
White with #3BA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA3DE; }
p { color: rgb(59,163,222); }
H1.HeaderClassName
{
color: #3BA3DE;
}
.AnyTagClassName
{
color: #3BA3DE;
}
</style>
background-color css
<style>
a { background-color: #3BA3DE; }
a { background-color: rgb(59,163,222); }
div.DivClassName
{
background-color: #3BA3DE;
}
.BgClassName
{
background-color: #3BA3DE;
}
</style>
border-color css
<style>
span { border-color: #3BA3DE; }
span { border-color: rgb(59,163,222); }
td.TdClassName
{
border-color: #3BA3DE;
}
.TagClassName
{
border-color: #3BA3DE;
}
</style>