Shades of Summer Sky #3C98DB
Tints of Summer Sky #3C98DB
RGB
CMYK
RGB Variations
Color information
#3C98DB (or 0x3C98DB) is known color: Summer Sky. HEX triplet: 3C, 98 and DB. RGB value is (60,152,219). Sum of RGB (Red+Green+Blue) = 60+152+219=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C98DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C98DB is #C36724. Grayscale: #838383. Windows color (decimal): -12805925 or 14391356. OLE color: 14391356.
HSL color Cylindrical-coordinate representation of color #3C98DB: hue angle of 205.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C98DB is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 152 | 219 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.14 |
| HSL | 205.28º | 0.69% | 0.55% | - |
| HSV(B) | 205.28º | 0.73% | 0.86% | - |
| XYZ | 25.88 | 28.53 | 71.16 | - |
| YUV | 132.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 152 | 219 | 0.73 | 0.31 | 0 | 0.14 | 205.28 | 0.69 | 0.55 |
| Hex | 3C | 98 | DB | 49 | 1F | 0 | E | CD | 45 | 37 |
| Octal | 74 | 230 | 333 | 111 | 37 | 0 | 16 | 315 | 105 | 67 |
| Binary | 111100 | 10011000 | 11011011 | 1001001 | 11111 | 0 | 1110 | 11001101 | 1000101 | 110111 |
Color Harmonies of #3C98DB
Complementary color
Monochromatic Colors of #3C98DB
Black with #3C98DB
Text Example
Text Example
White with #3C98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C98DB; }
p { color: rgb(60,152,219); }
H1.HeaderClassName
{
color: #3C98DB;
}
.AnyTagClassName
{
color: #3C98DB;
}
</style>
background-color css
<style>
a { background-color: #3C98DB; }
a { background-color: rgb(60,152,219); }
div.DivClassName
{
background-color: #3C98DB;
}
.BgClassName
{
background-color: #3C98DB;
}
</style>
border-color css
<style>
span { border-color: #3C98DB; }
span { border-color: rgb(60,152,219); }
td.TdClassName
{
border-color: #3C98DB;
}
.TagClassName
{
border-color: #3C98DB;
}
</style>