Shades of Summer Sky #379ADE
Tints of Summer Sky #379ADE
RGB
CMYK
RGB Variations
Color information
#379ADE (or 0x379ADE) is known color: Summer Sky. HEX triplet: 37, 9A and DE. RGB value is (55,154,222). Sum of RGB (Red+Green+Blue) = 55+154+222=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #379ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ADE is #C86521. Grayscale: #838383. Windows color (decimal): -13133090 or 14588471. OLE color: 14588471.
HSL color Cylindrical-coordinate representation of color #379ADE: hue angle of 204.43º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379ADE is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 154 | 222 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.13 |
| HSL | 204.43º | 0.72% | 0.54% | - |
| HSV(B) | 204.43º | 0.75% | 0.87% | - |
| XYZ | 26.32 | 29.2 | 73.36 | - |
| YUV | 132.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 222 | 0.75 | 0.31 | 0 | 0.13 | 204.43 | 0.72 | 0.54 |
| Hex | 37 | 9A | DE | 4B | 1F | 0 | D | CC | 48 | 36 |
| Octal | 67 | 232 | 336 | 113 | 37 | 0 | 15 | 314 | 110 | 66 |
| Binary | 110111 | 10011010 | 11011110 | 1001011 | 11111 | 0 | 1101 | 11001100 | 1001000 | 110110 |
Color Harmonies of #379ADE
Complementary color
Monochromatic Colors of #379ADE
Black with #379ADE
Text Example
Text Example
White with #379ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379ADE; }
p { color: rgb(55,154,222); }
H1.HeaderClassName
{
color: #379ADE;
}
.AnyTagClassName
{
color: #379ADE;
}
</style>
background-color css
<style>
a { background-color: #379ADE; }
a { background-color: rgb(55,154,222); }
div.DivClassName
{
background-color: #379ADE;
}
.BgClassName
{
background-color: #379ADE;
}
</style>
border-color css
<style>
span { border-color: #379ADE; }
span { border-color: rgb(55,154,222); }
td.TdClassName
{
border-color: #379ADE;
}
.TagClassName
{
border-color: #379ADE;
}
</style>