Shades of Summer Sky #379ADC
Tints of Summer Sky #379ADC
RGB
CMYK
RGB Variations
Color information
#379ADC (or 0x379ADC) is known color: Summer Sky. HEX triplet: 37, 9A and DC. RGB value is (55,154,220). Sum of RGB (Red+Green+Blue) = 55+154+220=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #379ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ADC is #C86523. Grayscale: #838383. Windows color (decimal): -13133092 or 14457399. OLE color: 14457399.
HSL color Cylindrical-coordinate representation of color #379ADC: hue angle of 204º degrees, saturation: 0.7, 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 #379ADC is Cyan = 0.75, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 154 | 220 | - |
| CMYK | 0.75 | 0.3 | 0 | 0.14 |
| HSL | 204º | 0.7% | 0.54% | - |
| HSV(B) | 204º | 0.75% | 0.86% | - |
| XYZ | 26.05 | 29.09 | 71.95 | - |
| YUV | 131.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 220 | 0.75 | 0.3 | 0 | 0.14 | 204 | 0.7 | 0.54 |
| Hex | 37 | 9A | DC | 4B | 1E | 0 | E | CC | 46 | 36 |
| Octal | 67 | 232 | 334 | 113 | 36 | 0 | 16 | 314 | 106 | 66 |
| Binary | 110111 | 10011010 | 11011100 | 1001011 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110110 |
Color Harmonies of #379ADC
Complementary color
Monochromatic Colors of #379ADC
Black with #379ADC
Text Example
Text Example
White with #379ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379ADC; }
p { color: rgb(55,154,220); }
H1.HeaderClassName
{
color: #379ADC;
}
.AnyTagClassName
{
color: #379ADC;
}
</style>
background-color css
<style>
a { background-color: #379ADC; }
a { background-color: rgb(55,154,220); }
div.DivClassName
{
background-color: #379ADC;
}
.BgClassName
{
background-color: #379ADC;
}
</style>
border-color css
<style>
span { border-color: #379ADC; }
span { border-color: rgb(55,154,220); }
td.TdClassName
{
border-color: #379ADC;
}
.TagClassName
{
border-color: #379ADC;
}
</style>