#379AE7

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

Shades of Summer Sky #379AE7

Tints of Summer Sky #379AE7

Color information

#379AE7 (or 0x379AE7) is unknown color: approx Summer Sky. HEX triplet: 37, 9A and E7. RGB value is (55,154,231). Sum of RGB (Red+Green+Blue) = 55+154+231=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #379AE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379AE7 is #C86518. Grayscale: #848484. Windows color (decimal): -13133081 or 15178295. OLE color: 15178295.

HSL color Cylindrical-coordinate representation of color #379AE7: hue angle of 206.25º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #379AE7 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB55154231-
CMYK0.760.3300.09
HSL206.25º78.57%56.08%-
HSV(B)206.25º76.19%90.59%-
XYZ27.5529.6979.88-
YUV133.18183.272.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.5%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 231 (90.62% from 255) = 52.5%
R=12.5%
G=35%
B=52.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal551542310.760.3300.09206.2578.5756.08
Hex379AE74C2109ce4f38
Octal672323471144101131611770
Binary1101111001101011100111100110010000101001110011101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,231); }

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

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

 a { background-color: rgb(55,154,231); }

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

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

 span { border-color: rgb(55,154,231); }

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