Shades of Summer Sky #3B96DD
Tints of Summer Sky #3B96DD
RGB
CMYK
RGB Variations
Color information
#3B96DD (or 0x3B96DD) is known color: Summer Sky. HEX triplet: 3B, 96 and DD. RGB value is (59,150,221). Sum of RGB (Red+Green+Blue) = 59+150+221=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B96DD is #C46922. Grayscale: #828282. Windows color (decimal): -12871971 or 14521915. OLE color: 14521915.
HSL color Cylindrical-coordinate representation of color #3B96DD: hue angle of 206.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B96DD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 150 | 221 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.13 |
| HSL | 206.3º | 0.7% | 0.55% | - |
| HSV(B) | 206.3º | 0.73% | 0.87% | - |
| XYZ | 25.76 | 27.96 | 72.45 | - |
| YUV | 130.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 221 | 0.73 | 0.32 | 0 | 0.13 | 206.3 | 0.7 | 0.55 |
| Hex | 3B | 96 | DD | 49 | 20 | 0 | D | CE | 46 | 37 |
| Octal | 73 | 226 | 335 | 111 | 40 | 0 | 15 | 316 | 106 | 67 |
| Binary | 111011 | 10010110 | 11011101 | 1001001 | 100000 | 0 | 1101 | 11001110 | 1000110 | 110111 |
Color Harmonies of #3B96DD
Complementary color
Monochromatic Colors of #3B96DD
Black with #3B96DD
Text Example
Text Example
White with #3B96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B96DD; }
p { color: rgb(59,150,221); }
H1.HeaderClassName
{
color: #3B96DD;
}
.AnyTagClassName
{
color: #3B96DD;
}
</style>
background-color css
<style>
a { background-color: #3B96DD; }
a { background-color: rgb(59,150,221); }
div.DivClassName
{
background-color: #3B96DD;
}
.BgClassName
{
background-color: #3B96DD;
}
</style>
border-color css
<style>
span { border-color: #3B96DD; }
span { border-color: rgb(59,150,221); }
td.TdClassName
{
border-color: #3B96DD;
}
.TagClassName
{
border-color: #3B96DD;
}
</style>