Shades of Summer Sky #3CA2FA
Tints of Summer Sky #3CA2FA
RGB
CMYK
RGB Variations
Color information
#3CA2FA (or 0x3CA2FA) is known color: Summer Sky. HEX triplet: 3C, A2 and FA. RGB value is (60,162,250). Sum of RGB (Red+Green+Blue) = 60+162+250=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CA2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA2FA is #C35D05. Grayscale: #8D8D8D. Windows color (decimal): -12803334 or 16425532. OLE color: 16425532.
HSL color Cylindrical-coordinate representation of color #3CA2FA: hue angle of 207.79º 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 #3CA2FA is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 162 | 250 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.02 |
| HSL | 207.79º | 0.95% | 0.61% | - |
| HSV(B) | 207.79º | 0.76% | 0.98% | - |
| XYZ | 32.04 | 33.7 | 95.26 | - |
| YUV | 141.53 | 189.21 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 250 | 0.76 | 0.35 | 0 | 0.02 | 207.79 | 0.95 | 0.61 |
| Hex | 3C | A2 | FA | 4C | 23 | 0 | 2 | D0 | 5F | 3D |
| Octal | 74 | 242 | 372 | 114 | 43 | 0 | 2 | 320 | 137 | 75 |
| Binary | 111100 | 10100010 | 11111010 | 1001100 | 100011 | 0 | 10 | 11010000 | 1011111 | 111101 |
Color Harmonies of #3CA2FA
Complementary color
Monochromatic Colors of #3CA2FA
Black with #3CA2FA
Text Example
Text Example
White with #3CA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA2FA; }
p { color: rgb(60,162,250); }
H1.HeaderClassName
{
color: #3CA2FA;
}
.AnyTagClassName
{
color: #3CA2FA;
}
</style>
background-color css
<style>
a { background-color: #3CA2FA; }
a { background-color: rgb(60,162,250); }
div.DivClassName
{
background-color: #3CA2FA;
}
.BgClassName
{
background-color: #3CA2FA;
}
</style>
border-color css
<style>
span { border-color: #3CA2FA; }
span { border-color: rgb(60,162,250); }
td.TdClassName
{
border-color: #3CA2FA;
}
.TagClassName
{
border-color: #3CA2FA;
}
</style>