#379EC8

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

Shades of Summer Sky #379EC8

Tints of Summer Sky #379EC8

Color information

#379EC8 (or 0x379EC8) is unknown color: approx Summer Sky. HEX triplet: 37, 9E and C8. RGB value is (55,158,200). Sum of RGB (Red+Green+Blue) = 55+158+200=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #379EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EC8 is #C86137. Grayscale: #838383. Windows color (decimal): -13132088 or 13147703. OLE color: 13147703.

HSL color Cylindrical-coordinate representation of color #379EC8: hue angle of 197.38º 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 #379EC8 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55158200-
CMYK0.720.2100.22
HSL197.38º56.86%50%-
HSV(B)197.38º72.5%78.43%-
XYZ24.2329.4459.05-
YUV131.99166.3873.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.32%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=13.32%
G=38.26%
B=48.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551582000.720.2100.22197.3856.8650
Hex379EC84815016c53932
Octal67236310110250263057162
Binary110111100111101100100010010001010101011011000101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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