Shades of Summer Sky #3A9BDC
Tints of Summer Sky #3A9BDC
RGB
CMYK
RGB Variations
Color information
#3A9BDC (or 0x3A9BDC) is known color: Summer Sky. HEX triplet: 3A, 9B and DC. RGB value is (58,155,220). Sum of RGB (Red+Green+Blue) = 58+155+220=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 155 (60.94% from 255 or 35.80% 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 #3A9BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9BDC is #C56423. Grayscale: #858585. Windows color (decimal): -12936228 or 14457658. OLE color: 14457658.
HSL color Cylindrical-coordinate representation of color #3A9BDC: hue angle of 204.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A9BDC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 155 | 220 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.14 |
| HSL | 204.07º | 0.7% | 0.55% | - |
| HSV(B) | 204.07º | 0.74% | 0.86% | - |
| XYZ | 26.38 | 29.51 | 72.02 | - |
| YUV | 133.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 155 | 220 | 0.74 | 0.30 | 0 | 0.14 | 204.07 | 0.7 | 0.55 |
| Hex | 3A | 9B | DC | 4A | 1E | 0 | E | CC | 46 | 37 |
| Octal | 72 | 233 | 334 | 112 | 36 | 0 | 16 | 314 | 106 | 67 |
| Binary | 111010 | 10011011 | 11011100 | 1001010 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110111 |
Color Harmonies of #3A9BDC
Complementary color
Monochromatic Colors of #3A9BDC
Black with #3A9BDC
Text Example
Text Example
White with #3A9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9BDC; }
p { color: rgb(58,155,220); }
H1.HeaderClassName
{
color: #3A9BDC;
}
.AnyTagClassName
{
color: #3A9BDC;
}
</style>
background-color css
<style>
a { background-color: #3A9BDC; }
a { background-color: rgb(58,155,220); }
div.DivClassName
{
background-color: #3A9BDC;
}
.BgClassName
{
background-color: #3A9BDC;
}
</style>
border-color css
<style>
span { border-color: #3A9BDC; }
span { border-color: rgb(58,155,220); }
td.TdClassName
{
border-color: #3A9BDC;
}
.TagClassName
{
border-color: #3A9BDC;
}
</style>