Shades of Summer Sky #3BA4DF
Tints of Summer Sky #3BA4DF
RGB
CMYK
RGB Variations
Color information
#3BA4DF (or 0x3BA4DF) is known color: Summer Sky. HEX triplet: 3B, A4 and DF. RGB value is (59,164,223). Sum of RGB (Red+Green+Blue) = 59+164+223=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BA4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4DF is #C45B20. Grayscale: #8A8A8A. Windows color (decimal): -12868385 or 14656571. OLE color: 14656571.
HSL color Cylindrical-coordinate representation of color #3BA4DF: hue angle of 201.59º 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 #3BA4DF is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 164 | 223 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.13 |
| HSL | 201.59º | 0.72% | 0.55% | - |
| HSV(B) | 201.59º | 0.74% | 0.87% | - |
| XYZ | 28.4 | 32.81 | 74.65 | - |
| YUV | 139.33 | 175.21 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 223 | 0.74 | 0.26 | 0 | 0.13 | 201.59 | 0.72 | 0.55 |
| Hex | 3B | A4 | DF | 4A | 1A | 0 | D | CA | 48 | 37 |
| Octal | 73 | 244 | 337 | 112 | 32 | 0 | 15 | 312 | 110 | 67 |
| Binary | 111011 | 10100100 | 11011111 | 1001010 | 11010 | 0 | 1101 | 11001010 | 1001000 | 110111 |
Color Harmonies of #3BA4DF
Complementary color
Monochromatic Colors of #3BA4DF
Black with #3BA4DF
Text Example
Text Example
White with #3BA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4DF; }
p { color: rgb(59,164,223); }
H1.HeaderClassName
{
color: #3BA4DF;
}
.AnyTagClassName
{
color: #3BA4DF;
}
</style>
background-color css
<style>
a { background-color: #3BA4DF; }
a { background-color: rgb(59,164,223); }
div.DivClassName
{
background-color: #3BA4DF;
}
.BgClassName
{
background-color: #3BA4DF;
}
</style>
border-color css
<style>
span { border-color: #3BA4DF; }
span { border-color: rgb(59,164,223); }
td.TdClassName
{
border-color: #3BA4DF;
}
.TagClassName
{
border-color: #3BA4DF;
}
</style>