Shades of Summer Sky #3B9ADC
Tints of Summer Sky #3B9ADC
RGB
CMYK
RGB Variations
Color information
#3B9ADC (or 0x3B9ADC) is known color: Summer Sky. HEX triplet: 3B, 9A and DC. RGB value is (59,154,220). Sum of RGB (Red+Green+Blue) = 59+154+220=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9ADC is #C46523. Grayscale: #848484. Windows color (decimal): -12870948 or 14457403. OLE color: 14457403.
HSL color Cylindrical-coordinate representation of color #3B9ADC: hue angle of 204.6º 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 #3B9ADC is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 154 | 220 | - |
| CMYK | 0.73 | 0.3 | 0 | 0.14 |
| HSL | 204.6º | 0.7% | 0.55% | - |
| HSV(B) | 204.6º | 0.73% | 0.86% | - |
| XYZ | 26.28 | 29.21 | 71.96 | - |
| YUV | 133.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 154 | 220 | 0.73 | 0.3 | 0 | 0.14 | 204.6 | 0.7 | 0.55 |
| Hex | 3B | 9A | DC | 49 | 1E | 0 | E | CD | 46 | 37 |
| Octal | 73 | 232 | 334 | 111 | 36 | 0 | 16 | 315 | 106 | 67 |
| Binary | 111011 | 10011010 | 11011100 | 1001001 | 11110 | 0 | 1110 | 11001101 | 1000110 | 110111 |
Color Harmonies of #3B9ADC
Complementary color
Monochromatic Colors of #3B9ADC
Black with #3B9ADC
Text Example
Text Example
White with #3B9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9ADC; }
p { color: rgb(59,154,220); }
H1.HeaderClassName
{
color: #3B9ADC;
}
.AnyTagClassName
{
color: #3B9ADC;
}
</style>
background-color css
<style>
a { background-color: #3B9ADC; }
a { background-color: rgb(59,154,220); }
div.DivClassName
{
background-color: #3B9ADC;
}
.BgClassName
{
background-color: #3B9ADC;
}
</style>
border-color css
<style>
span { border-color: #3B9ADC; }
span { border-color: rgb(59,154,220); }
td.TdClassName
{
border-color: #3B9ADC;
}
.TagClassName
{
border-color: #3B9ADC;
}
</style>