Shades of Summer Sky #3AB2DB
Tints of Summer Sky #3AB2DB
RGB
CMYK
RGB Variations
Color information
#3AB2DB (or 0x3AB2DB) is known color: Summer Sky. HEX triplet: 3A, B2 and DB. RGB value is (58,178,219). Sum of RGB (Red+Green+Blue) = 58+178+219=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB2DB is #C54D24. Grayscale: #929292. Windows color (decimal): -12930341 or 14398010. OLE color: 14398010.
HSL color Cylindrical-coordinate representation of color #3AB2DB: hue angle of 195.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB2DB is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 178 | 219 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.14 |
| HSL | 195.28º | 0.69% | 0.54% | - |
| HSV(B) | 195.28º | 0.74% | 0.86% | - |
| XYZ | 30.45 | 37.85 | 72.72 | - |
| YUV | 146.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 219 | 0.74 | 0.19 | 0 | 0.14 | 195.28 | 0.69 | 0.54 |
| Hex | 3A | B2 | DB | 4A | 13 | 0 | E | C3 | 45 | 36 |
| Octal | 72 | 262 | 333 | 112 | 23 | 0 | 16 | 303 | 105 | 66 |
| Binary | 111010 | 10110010 | 11011011 | 1001010 | 10011 | 0 | 1110 | 11000011 | 1000101 | 110110 |
Color Harmonies of #3AB2DB
Complementary color
Monochromatic Colors of #3AB2DB
Black with #3AB2DB
Text Example
Text Example
White with #3AB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB2DB; }
p { color: rgb(58,178,219); }
H1.HeaderClassName
{
color: #3AB2DB;
}
.AnyTagClassName
{
color: #3AB2DB;
}
</style>
background-color css
<style>
a { background-color: #3AB2DB; }
a { background-color: rgb(58,178,219); }
div.DivClassName
{
background-color: #3AB2DB;
}
.BgClassName
{
background-color: #3AB2DB;
}
</style>
border-color css
<style>
span { border-color: #3AB2DB; }
span { border-color: rgb(58,178,219); }
td.TdClassName
{
border-color: #3AB2DB;
}
.TagClassName
{
border-color: #3AB2DB;
}
</style>