Shades of Summer Sky #379ACB
Tints of Summer Sky #379ACB
RGB
CMYK
RGB Variations
Color information
#379ACB (or 0x379ACB) is known color: Summer Sky. HEX triplet: 37, 9A and CB. RGB value is (55,154,203). Sum of RGB (Red+Green+Blue) = 55+154+203=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #379ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ACB is #C86534. Grayscale: #818181. Windows color (decimal): -13133109 or 13343287. OLE color: 13343287.
HSL color Cylindrical-coordinate representation of color #379ACB: hue angle of 199.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379ACB is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 154 | 203 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.20 |
| HSL | 199.86º | 0.59% | 0.51% | - |
| HSV(B) | 199.86º | 0.73% | 0.8% | - |
| XYZ | 23.91 | 28.24 | 60.69 | - |
| YUV | 129.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 203 | 0.73 | 0.24 | 0 | 0.20 | 199.86 | 0.59 | 0.51 |
| Hex | 37 | 9A | CB | 49 | 18 | 0 | 14 | C8 | 3B | 33 |
| Octal | 67 | 232 | 313 | 111 | 30 | 0 | 24 | 310 | 73 | 63 |
| Binary | 110111 | 10011010 | 11001011 | 1001001 | 11000 | 0 | 10100 | 11001000 | 111011 | 110011 |
Color Harmonies of #379ACB
Complementary color
Monochromatic Colors of #379ACB
Black with #379ACB
Text Example
Text Example
White with #379ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379ACB; }
p { color: rgb(55,154,203); }
H1.HeaderClassName
{
color: #379ACB;
}
.AnyTagClassName
{
color: #379ACB;
}
</style>
background-color css
<style>
a { background-color: #379ACB; }
a { background-color: rgb(55,154,203); }
div.DivClassName
{
background-color: #379ACB;
}
.BgClassName
{
background-color: #379ACB;
}
</style>
border-color css
<style>
span { border-color: #379ACB; }
span { border-color: rgb(55,154,203); }
td.TdClassName
{
border-color: #379ACB;
}
.TagClassName
{
border-color: #379ACB;
}
</style>