Shades of Summer Sky #3A9FCB
Tints of Summer Sky #3A9FCB
RGB
CMYK
RGB Variations
Color information
#3A9FCB (or 0x3A9FCB) is known color: Summer Sky. HEX triplet: 3A, 9F and CB. RGB value is (58,159,203). Sum of RGB (Red+Green+Blue) = 58+159+203=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A9FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9FCB is #C56034. Grayscale: #858585. Windows color (decimal): -12935221 or 13344570. OLE color: 13344570.
HSL color Cylindrical-coordinate representation of color #3A9FCB: hue angle of 198.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A9FCB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 159 | 203 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.20 |
| HSL | 198.21º | 0.58% | 0.51% | - |
| HSV(B) | 198.21º | 0.71% | 0.8% | - |
| XYZ | 24.92 | 30.01 | 60.98 | - |
| YUV | 133.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 203 | 0.71 | 0.22 | 0 | 0.20 | 198.21 | 0.58 | 0.51 |
| Hex | 3A | 9F | CB | 47 | 16 | 0 | 14 | C6 | 3A | 33 |
| Octal | 72 | 237 | 313 | 107 | 26 | 0 | 24 | 306 | 72 | 63 |
| Binary | 111010 | 10011111 | 11001011 | 1000111 | 10110 | 0 | 10100 | 11000110 | 111010 | 110011 |
Color Harmonies of #3A9FCB
Complementary color
Monochromatic Colors of #3A9FCB
Black with #3A9FCB
Text Example
Text Example
White with #3A9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9FCB; }
p { color: rgb(58,159,203); }
H1.HeaderClassName
{
color: #3A9FCB;
}
.AnyTagClassName
{
color: #3A9FCB;
}
</style>
background-color css
<style>
a { background-color: #3A9FCB; }
a { background-color: rgb(58,159,203); }
div.DivClassName
{
background-color: #3A9FCB;
}
.BgClassName
{
background-color: #3A9FCB;
}
</style>
border-color css
<style>
span { border-color: #3A9FCB; }
span { border-color: rgb(58,159,203); }
td.TdClassName
{
border-color: #3A9FCB;
}
.TagClassName
{
border-color: #3A9FCB;
}
</style>