Shades of Summer Sky #3C93DA
Tints of Summer Sky #3C93DA
RGB
CMYK
RGB Variations
Color information
#3C93DA (or 0x3C93DA) is known color: Summer Sky. HEX triplet: 3C, 93 and DA. RGB value is (60,147,218). Sum of RGB (Red+Green+Blue) = 60+147+218=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C93DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C93DA is #C36C25. Grayscale: #808080. Windows color (decimal): -12807206 or 14324540. OLE color: 14324540.
HSL color Cylindrical-coordinate representation of color #3C93DA: hue angle of 206.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C93DA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 147 | 218 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.15 |
| HSL | 206.96º | 0.68% | 0.55% | - |
| HSV(B) | 206.96º | 0.72% | 0.85% | - |
| XYZ | 24.95 | 26.89 | 70.2 | - |
| YUV | 129.08 | 178.18 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 218 | 0.72 | 0.33 | 0 | 0.15 | 206.96 | 0.68 | 0.55 |
| Hex | 3C | 93 | DA | 48 | 21 | 0 | F | CF | 44 | 37 |
| Octal | 74 | 223 | 332 | 110 | 41 | 0 | 17 | 317 | 104 | 67 |
| Binary | 111100 | 10010011 | 11011010 | 1001000 | 100001 | 0 | 1111 | 11001111 | 1000100 | 110111 |
Color Harmonies of #3C93DA
Complementary color
Monochromatic Colors of #3C93DA
Black with #3C93DA
Text Example
Text Example
White with #3C93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C93DA; }
p { color: rgb(60,147,218); }
H1.HeaderClassName
{
color: #3C93DA;
}
.AnyTagClassName
{
color: #3C93DA;
}
</style>
background-color css
<style>
a { background-color: #3C93DA; }
a { background-color: rgb(60,147,218); }
div.DivClassName
{
background-color: #3C93DA;
}
.BgClassName
{
background-color: #3C93DA;
}
</style>
border-color css
<style>
span { border-color: #3C93DA; }
span { border-color: rgb(60,147,218); }
td.TdClassName
{
border-color: #3C93DA;
}
.TagClassName
{
border-color: #3C93DA;
}
</style>