Shades of Summer Sky #379ADB
Tints of Summer Sky #379ADB
RGB
CMYK
RGB Variations
Color information
#379ADB (or 0x379ADB) is known color: Summer Sky. HEX triplet: 37, 9A and DB. RGB value is (55,154,219). Sum of RGB (Red+Green+Blue) = 55+154+219=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #379ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ADB is #C86524. Grayscale: #838383. Windows color (decimal): -13133093 or 14391863. OLE color: 14391863.
HSL color Cylindrical-coordinate representation of color #379ADB: hue angle of 203.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379ADB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 154 | 219 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.14 |
| HSL | 203.78º | 0.69% | 0.54% | - |
| HSV(B) | 203.78º | 0.75% | 0.86% | - |
| XYZ | 25.92 | 29.04 | 71.26 | - |
| YUV | 131.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 219 | 0.75 | 0.30 | 0 | 0.14 | 203.78 | 0.69 | 0.54 |
| Hex | 37 | 9A | DB | 4B | 1E | 0 | E | CC | 45 | 36 |
| Octal | 67 | 232 | 333 | 113 | 36 | 0 | 16 | 314 | 105 | 66 |
| Binary | 110111 | 10011010 | 11011011 | 1001011 | 11110 | 0 | 1110 | 11001100 | 1000101 | 110110 |
Color Harmonies of #379ADB
Complementary color
Monochromatic Colors of #379ADB
Black with #379ADB
Text Example
Text Example
White with #379ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379ADB; }
p { color: rgb(55,154,219); }
H1.HeaderClassName
{
color: #379ADB;
}
.AnyTagClassName
{
color: #379ADB;
}
</style>
background-color css
<style>
a { background-color: #379ADB; }
a { background-color: rgb(55,154,219); }
div.DivClassName
{
background-color: #379ADB;
}
.BgClassName
{
background-color: #379ADB;
}
</style>
border-color css
<style>
span { border-color: #379ADB; }
span { border-color: rgb(55,154,219); }
td.TdClassName
{
border-color: #379ADB;
}
.TagClassName
{
border-color: #379ADB;
}
</style>