Shades of Summer Sky #3B99DF
Tints of Summer Sky #3B99DF
RGB
CMYK
RGB Variations
Color information
#3B99DF (or 0x3B99DF) is known color: Summer Sky. HEX triplet: 3B, 99 and DF. RGB value is (59,153,223). Sum of RGB (Red+Green+Blue) = 59+153+223=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B99DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B99DF is #C46620. Grayscale: #848484. Windows color (decimal): -12871201 or 14653755. OLE color: 14653755.
HSL color Cylindrical-coordinate representation of color #3B99DF: hue angle of 205.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B99DF is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 153 | 223 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.13 |
| HSL | 205.61º | 0.72% | 0.55% | - |
| HSV(B) | 205.61º | 0.74% | 0.87% | - |
| XYZ | 26.51 | 29.04 | 74.02 | - |
| YUV | 132.87 | 178.86 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 223 | 0.74 | 0.31 | 0 | 0.13 | 205.61 | 0.72 | 0.55 |
| Hex | 3B | 99 | DF | 4A | 1F | 0 | D | CE | 48 | 37 |
| Octal | 73 | 231 | 337 | 112 | 37 | 0 | 15 | 316 | 110 | 67 |
| Binary | 111011 | 10011001 | 11011111 | 1001010 | 11111 | 0 | 1101 | 11001110 | 1001000 | 110111 |
Color Harmonies of #3B99DF
Complementary color
Monochromatic Colors of #3B99DF
Black with #3B99DF
Text Example
Text Example
White with #3B99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B99DF; }
p { color: rgb(59,153,223); }
H1.HeaderClassName
{
color: #3B99DF;
}
.AnyTagClassName
{
color: #3B99DF;
}
</style>
background-color css
<style>
a { background-color: #3B99DF; }
a { background-color: rgb(59,153,223); }
div.DivClassName
{
background-color: #3B99DF;
}
.BgClassName
{
background-color: #3B99DF;
}
</style>
border-color css
<style>
span { border-color: #3B99DF; }
span { border-color: rgb(59,153,223); }
td.TdClassName
{
border-color: #3B99DF;
}
.TagClassName
{
border-color: #3B99DF;
}
</style>