Shades of Summer Sky #3CB0F2
Tints of Summer Sky #3CB0F2
RGB
CMYK
RGB Variations
Color information
#3CB0F2 (or 0x3CB0F2) is known color: Summer Sky. HEX triplet: 3C, B0 and F2. RGB value is (60,176,242). Sum of RGB (Red+Green+Blue) = 60+176+242=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CB0F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB0F2 is #C34F0D. Grayscale: #949494. Windows color (decimal): -12799758 or 15904828. OLE color: 15904828.
HSL color Cylindrical-coordinate representation of color #3CB0F2: hue angle of 201.76º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB0F2 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 176 | 242 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.05 |
| HSL | 201.76º | 0.88% | 0.59% | - |
| HSV(B) | 201.76º | 0.75% | 0.95% | - |
| XYZ | 33.42 | 38.42 | 89.66 | - |
| YUV | 148.84 | 180.57 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 242 | 0.75 | 0.27 | 0 | 0.05 | 201.76 | 0.88 | 0.59 |
| Hex | 3C | B0 | F2 | 4B | 1B | 0 | 5 | CA | 58 | 3B |
| Octal | 74 | 260 | 362 | 113 | 33 | 0 | 5 | 312 | 130 | 73 |
| Binary | 111100 | 10110000 | 11110010 | 1001011 | 11011 | 0 | 101 | 11001010 | 1011000 | 111011 |
Color Harmonies of #3CB0F2
Complementary color
Monochromatic Colors of #3CB0F2
Black with #3CB0F2
Text Example
Text Example
White with #3CB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB0F2; }
p { color: rgb(60,176,242); }
H1.HeaderClassName
{
color: #3CB0F2;
}
.AnyTagClassName
{
color: #3CB0F2;
}
</style>
background-color css
<style>
a { background-color: #3CB0F2; }
a { background-color: rgb(60,176,242); }
div.DivClassName
{
background-color: #3CB0F2;
}
.BgClassName
{
background-color: #3CB0F2;
}
</style>
border-color css
<style>
span { border-color: #3CB0F2; }
span { border-color: rgb(60,176,242); }
td.TdClassName
{
border-color: #3CB0F2;
}
.TagClassName
{
border-color: #3CB0F2;
}
</style>