Shades of Summer Sky #3F95DB
Tints of Summer Sky #3F95DB
RGB
CMYK
RGB Variations
Color information
#3F95DB (or 0x3F95DB) is known color: Summer Sky. HEX triplet: 3F, 95 and DB. RGB value is (63,149,219). Sum of RGB (Red+Green+Blue) = 63+149+219=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 149 (58.59% from 255 or 34.57% 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 #3F95DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F95DB is #C06A24. Grayscale: #828282. Windows color (decimal): -12610085 or 14390591. OLE color: 14390591.
HSL color Cylindrical-coordinate representation of color #3F95DB: hue angle of 206.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F95DB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 149 | 219 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.14 |
| HSL | 206.92º | 0.68% | 0.55% | - |
| HSV(B) | 206.92º | 0.71% | 0.86% | - |
| XYZ | 25.58 | 27.67 | 71.01 | - |
| YUV | 131.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 219 | 0.71 | 0.32 | 0 | 0.14 | 206.92 | 0.68 | 0.55 |
| Hex | 3F | 95 | DB | 47 | 20 | 0 | E | CF | 44 | 37 |
| Octal | 77 | 225 | 333 | 107 | 40 | 0 | 16 | 317 | 104 | 67 |
| Binary | 111111 | 10010101 | 11011011 | 1000111 | 100000 | 0 | 1110 | 11001111 | 1000100 | 110111 |
Color Harmonies of #3F95DB
Complementary color
Monochromatic Colors of #3F95DB
Black with #3F95DB
Text Example
Text Example
White with #3F95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F95DB; }
p { color: rgb(63,149,219); }
H1.HeaderClassName
{
color: #3F95DB;
}
.AnyTagClassName
{
color: #3F95DB;
}
</style>
background-color css
<style>
a { background-color: #3F95DB; }
a { background-color: rgb(63,149,219); }
div.DivClassName
{
background-color: #3F95DB;
}
.BgClassName
{
background-color: #3F95DB;
}
</style>
border-color css
<style>
span { border-color: #3F95DB; }
span { border-color: rgb(63,149,219); }
td.TdClassName
{
border-color: #3F95DB;
}
.TagClassName
{
border-color: #3F95DB;
}
</style>