Shades of Summer Sky #3A9BCE
Tints of Summer Sky #3A9BCE
RGB
CMYK
RGB Variations
Color information
#3A9BCE (or 0x3A9BCE) is known color: Summer Sky. HEX triplet: 3A, 9B and CE. RGB value is (58,155,206). Sum of RGB (Red+Green+Blue) = 58+155+206=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A9BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9BCE is #C56431. Grayscale: #838383. Windows color (decimal): -12936242 or 13540154. OLE color: 13540154.
HSL color Cylindrical-coordinate representation of color #3A9BCE: hue angle of 200.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9BCE is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 155 | 206 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.19 |
| HSL | 200.68º | 0.6% | 0.52% | - |
| HSV(B) | 200.68º | 0.72% | 0.81% | - |
| XYZ | 24.61 | 28.8 | 62.65 | - |
| YUV | 131.81 | 169.86 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 155 | 206 | 0.72 | 0.25 | 0 | 0.19 | 200.68 | 0.6 | 0.52 |
| Hex | 3A | 9B | CE | 48 | 19 | 0 | 13 | C9 | 3C | 34 |
| Octal | 72 | 233 | 316 | 110 | 31 | 0 | 23 | 311 | 74 | 64 |
| Binary | 111010 | 10011011 | 11001110 | 1001000 | 11001 | 0 | 10011 | 11001001 | 111100 | 110100 |
Color Harmonies of #3A9BCE
Complementary color
Monochromatic Colors of #3A9BCE
Black with #3A9BCE
Text Example
Text Example
White with #3A9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9BCE; }
p { color: rgb(58,155,206); }
H1.HeaderClassName
{
color: #3A9BCE;
}
.AnyTagClassName
{
color: #3A9BCE;
}
</style>
background-color css
<style>
a { background-color: #3A9BCE; }
a { background-color: rgb(58,155,206); }
div.DivClassName
{
background-color: #3A9BCE;
}
.BgClassName
{
background-color: #3A9BCE;
}
</style>
border-color css
<style>
span { border-color: #3A9BCE; }
span { border-color: rgb(58,155,206); }
td.TdClassName
{
border-color: #3A9BCE;
}
.TagClassName
{
border-color: #3A9BCE;
}
</style>