Shades of Summer Sky #3B8FDC
Tints of Summer Sky #3B8FDC
RGB
CMYK
RGB Variations
Color information
#3B8FDC (or 0x3B8FDC) is known color: Summer Sky. HEX triplet: 3B, 8F and DC. RGB value is (59,143,220). Sum of RGB (Red+Green+Blue) = 59+143+220=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B8FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8FDC is #C47023. Grayscale: #7E7E7E. Windows color (decimal): -12873764 or 14454587. OLE color: 14454587.
HSL color Cylindrical-coordinate representation of color #3B8FDC: hue angle of 208.7º degrees, saturation: 0.7, 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 #3B8FDC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 143 | 220 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.14 |
| HSL | 208.7º | 0.7% | 0.55% | - |
| HSV(B) | 208.7º | 0.73% | 0.86% | - |
| XYZ | 24.54 | 25.74 | 71.39 | - |
| YUV | 126.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 220 | 0.73 | 0.35 | 0 | 0.14 | 208.7 | 0.7 | 0.55 |
| Hex | 3B | 8F | DC | 49 | 23 | 0 | E | D1 | 46 | 37 |
| Octal | 73 | 217 | 334 | 111 | 43 | 0 | 16 | 321 | 106 | 67 |
| Binary | 111011 | 10001111 | 11011100 | 1001001 | 100011 | 0 | 1110 | 11010001 | 1000110 | 110111 |
Color Harmonies of #3B8FDC
Complementary color
Monochromatic Colors of #3B8FDC
Black with #3B8FDC
Text Example
Text Example
White with #3B8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8FDC; }
p { color: rgb(59,143,220); }
H1.HeaderClassName
{
color: #3B8FDC;
}
.AnyTagClassName
{
color: #3B8FDC;
}
</style>
background-color css
<style>
a { background-color: #3B8FDC; }
a { background-color: rgb(59,143,220); }
div.DivClassName
{
background-color: #3B8FDC;
}
.BgClassName
{
background-color: #3B8FDC;
}
</style>
border-color css
<style>
span { border-color: #3B8FDC; }
span { border-color: rgb(59,143,220); }
td.TdClassName
{
border-color: #3B8FDC;
}
.TagClassName
{
border-color: #3B8FDC;
}
</style>