Shades of Summer Sky #3BA2DC
Tints of Summer Sky #3BA2DC
RGB
CMYK
RGB Variations
Color information
#3BA2DC (or 0x3BA2DC) is known color: Summer Sky. HEX triplet: 3B, A2 and DC. RGB value is (59,162,220). Sum of RGB (Red+Green+Blue) = 59+162+220=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BA2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA2DC is #C45D23. Grayscale: #898989. Windows color (decimal): -12868900 or 14459451. OLE color: 14459451.
HSL color Cylindrical-coordinate representation of color #3BA2DC: hue angle of 201.61º 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 #3BA2DC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 162 | 220 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.14 |
| HSL | 201.61º | 0.7% | 0.55% | - |
| HSV(B) | 201.61º | 0.73% | 0.86% | - |
| XYZ | 27.64 | 31.94 | 72.42 | - |
| YUV | 137.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 220 | 0.73 | 0.26 | 0 | 0.14 | 201.61 | 0.7 | 0.55 |
| Hex | 3B | A2 | DC | 49 | 1A | 0 | E | CA | 46 | 37 |
| Octal | 73 | 242 | 334 | 111 | 32 | 0 | 16 | 312 | 106 | 67 |
| Binary | 111011 | 10100010 | 11011100 | 1001001 | 11010 | 0 | 1110 | 11001010 | 1000110 | 110111 |
Color Harmonies of #3BA2DC
Complementary color
Monochromatic Colors of #3BA2DC
Black with #3BA2DC
Text Example
Text Example
White with #3BA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA2DC; }
p { color: rgb(59,162,220); }
H1.HeaderClassName
{
color: #3BA2DC;
}
.AnyTagClassName
{
color: #3BA2DC;
}
</style>
background-color css
<style>
a { background-color: #3BA2DC; }
a { background-color: rgb(59,162,220); }
div.DivClassName
{
background-color: #3BA2DC;
}
.BgClassName
{
background-color: #3BA2DC;
}
</style>
border-color css
<style>
span { border-color: #3BA2DC; }
span { border-color: rgb(59,162,220); }
td.TdClassName
{
border-color: #3BA2DC;
}
.TagClassName
{
border-color: #3BA2DC;
}
</style>