Shades of Summer Sky #3BA5DF
Tints of Summer Sky #3BA5DF
RGB
CMYK
RGB Variations
Color information
#3BA5DF (or 0x3BA5DF) is known color: Summer Sky. HEX triplet: 3B, A5 and DF. RGB value is (59,165,223). Sum of RGB (Red+Green+Blue) = 59+165+223=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BA5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA5DF is #C45A20. Grayscale: #8B8B8B. Windows color (decimal): -12868129 or 14656827. OLE color: 14656827.
HSL color Cylindrical-coordinate representation of color #3BA5DF: hue angle of 201.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BA5DF is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 165 | 223 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.13 |
| HSL | 201.22º | 0.72% | 0.55% | - |
| HSV(B) | 201.22º | 0.74% | 0.87% | - |
| XYZ | 28.58 | 33.17 | 74.71 | - |
| YUV | 139.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 223 | 0.74 | 0.26 | 0 | 0.13 | 201.22 | 0.72 | 0.55 |
| Hex | 3B | A5 | DF | 4A | 1A | 0 | D | C9 | 48 | 37 |
| Octal | 73 | 245 | 337 | 112 | 32 | 0 | 15 | 311 | 110 | 67 |
| Binary | 111011 | 10100101 | 11011111 | 1001010 | 11010 | 0 | 1101 | 11001001 | 1001000 | 110111 |
Color Harmonies of #3BA5DF
Complementary color
Monochromatic Colors of #3BA5DF
Black with #3BA5DF
Text Example
Text Example
White with #3BA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA5DF; }
p { color: rgb(59,165,223); }
H1.HeaderClassName
{
color: #3BA5DF;
}
.AnyTagClassName
{
color: #3BA5DF;
}
</style>
background-color css
<style>
a { background-color: #3BA5DF; }
a { background-color: rgb(59,165,223); }
div.DivClassName
{
background-color: #3BA5DF;
}
.BgClassName
{
background-color: #3BA5DF;
}
</style>
border-color css
<style>
span { border-color: #3BA5DF; }
span { border-color: rgb(59,165,223); }
td.TdClassName
{
border-color: #3BA5DF;
}
.TagClassName
{
border-color: #3BA5DF;
}
</style>