Shades of Summer Sky #3BA4FA
Tints of Summer Sky #3BA4FA
RGB
CMYK
RGB Variations
Color information
#3BA4FA (or 0x3BA4FA) is known color: Summer Sky. HEX triplet: 3B, A4 and FA. RGB value is (59,164,250). Sum of RGB (Red+Green+Blue) = 59+164+250=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BA4FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA4FA is #C45B05. Grayscale: #8D8D8D. Windows color (decimal): -12868358 or 16426043. OLE color: 16426043.
HSL color Cylindrical-coordinate representation of color #3BA4FA: hue angle of 207.02º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BA4FA is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 164 | 250 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.02 |
| HSL | 207.02º | 0.95% | 0.61% | - |
| HSV(B) | 207.02º | 0.76% | 0.98% | - |
| XYZ | 32.33 | 34.38 | 95.37 | - |
| YUV | 142.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 250 | 0.76 | 0.34 | 0 | 0.02 | 207.02 | 0.95 | 0.61 |
| Hex | 3B | A4 | FA | 4C | 22 | 0 | 2 | CF | 5F | 3D |
| Octal | 73 | 244 | 372 | 114 | 42 | 0 | 2 | 317 | 137 | 75 |
| Binary | 111011 | 10100100 | 11111010 | 1001100 | 100010 | 0 | 10 | 11001111 | 1011111 | 111101 |
Color Harmonies of #3BA4FA
Complementary color
Monochromatic Colors of #3BA4FA
Black with #3BA4FA
Text Example
Text Example
White with #3BA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4FA; }
p { color: rgb(59,164,250); }
H1.HeaderClassName
{
color: #3BA4FA;
}
.AnyTagClassName
{
color: #3BA4FA;
}
</style>
background-color css
<style>
a { background-color: #3BA4FA; }
a { background-color: rgb(59,164,250); }
div.DivClassName
{
background-color: #3BA4FA;
}
.BgClassName
{
background-color: #3BA4FA;
}
</style>
border-color css
<style>
span { border-color: #3BA4FA; }
span { border-color: rgb(59,164,250); }
td.TdClassName
{
border-color: #3BA4FA;
}
.TagClassName
{
border-color: #3BA4FA;
}
</style>