Shades of Summer Sky #3BA2DE
Tints of Summer Sky #3BA2DE
RGB
CMYK
RGB Variations
Color information
#3BA2DE (or 0x3BA2DE) is known color: Summer Sky. HEX triplet: 3B, A2 and DE. RGB value is (59,162,222). Sum of RGB (Red+Green+Blue) = 59+162+222=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BA2DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2DE is #C45D21. Grayscale: #898989. Windows color (decimal): -12868898 or 14590523. OLE color: 14590523.
HSL color Cylindrical-coordinate representation of color #3BA2DE: hue angle of 202.09º 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 #3BA2DE is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 162 | 222 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.13 |
| HSL | 202.09º | 0.71% | 0.55% | - |
| HSV(B) | 202.09º | 0.73% | 0.87% | - |
| XYZ | 27.91 | 32.04 | 73.82 | - |
| YUV | 138.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 222 | 0.73 | 0.27 | 0 | 0.13 | 202.09 | 0.71 | 0.55 |
| Hex | 3B | A2 | DE | 49 | 1B | 0 | D | CA | 47 | 37 |
| Octal | 73 | 242 | 336 | 111 | 33 | 0 | 15 | 312 | 107 | 67 |
| Binary | 111011 | 10100010 | 11011110 | 1001001 | 11011 | 0 | 1101 | 11001010 | 1000111 | 110111 |
Color Harmonies of #3BA2DE
Complementary color
Monochromatic Colors of #3BA2DE
Black with #3BA2DE
Text Example
Text Example
White with #3BA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2DE; }
p { color: rgb(59,162,222); }
H1.HeaderClassName
{
color: #3BA2DE;
}
.AnyTagClassName
{
color: #3BA2DE;
}
</style>
background-color css
<style>
a { background-color: #3BA2DE; }
a { background-color: rgb(59,162,222); }
div.DivClassName
{
background-color: #3BA2DE;
}
.BgClassName
{
background-color: #3BA2DE;
}
</style>
border-color css
<style>
span { border-color: #3BA2DE; }
span { border-color: rgb(59,162,222); }
td.TdClassName
{
border-color: #3BA2DE;
}
.TagClassName
{
border-color: #3BA2DE;
}
</style>