#379DC8

Color #379DC8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #379DC8

Tints of Summer Sky #379DC8

Color information

#379DC8 (or 0x379DC8) is unknown color: approx Summer Sky. HEX triplet: 37, 9D and C8. RGB value is (55,157,200). Sum of RGB (Red+Green+Blue) = 55+157+200=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #379DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DC8 is #C86237. Grayscale: #838383. Windows color (decimal): -13132344 or 13147447. OLE color: 13147447.

HSL color Cylindrical-coordinate representation of color #379DC8: hue angle of 197.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DC8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55157200-
CMYK0.720.2200.22
HSL197.79º56.86%50%-
HSV(B)197.79º72.5%78.43%-
XYZ24.0629.158.99-
YUV131.4166.7173.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 200 (78.52% from 255) = 48.54%
R=13.35%
G=38.11%
B=48.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551572000.720.2200.22197.7956.8650
Hex379DC84816016c63932
Octal67235310110260263067162
Binary110111100111011100100010010001011001011011000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379DC8; }

 p { color: rgb(55,157,200); }

 H1.HeaderClassName
 {
   color: #379DC8;
 }
 .AnyTagClassName
 {
   color: #379DC8;
 }
</style>
background-color css

<style>
 a { background-color: #379DC8; }

 a { background-color: rgb(55,157,200); }

 div.DivClassName
 {
   background-color: #379DC8;
 }
 .BgClassName
 {
   background-color: #379DC8;
 }
</style>
border-color css

<style>
 span { border-color: #379DC8; }

 span { border-color: rgb(55,157,200); }

 td.TdClassName
 {
   border-color: #379DC8;
 }
 .TagClassName
 {
   border-color: #379DC8;
 }
</style>