#379EE0

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

Shades of Summer Sky #379EE0

Tints of Summer Sky #379EE0

Color information

#379EE0 (or 0x379EE0) is unknown color: approx Summer Sky. HEX triplet: 37, 9E and E0. RGB value is (55,158,224). Sum of RGB (Red+Green+Blue) = 55+158+224=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #379EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EE0 is #C8611F. Grayscale: #868686. Windows color (decimal): -13132064 or 14720567. OLE color: 14720567.

HSL color Cylindrical-coordinate representation of color #379EE0: hue angle of 203.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379EE0 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB55158224-
CMYK0.750.2900.12
HSL203.43º73.16%54.71%-
HSV(B)203.43º75.45%87.84%-
XYZ27.2630.6575-
YUV134.73178.3871.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.59%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 224 (87.89% from 255) = 51.26%
R=12.59%
G=36.16%
B=51.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal551582240.750.2900.12203.4373.1654.71
Hex379EE04B1D0Ccb4937
Octal672363401133501431311167
Binary110111100111101110000010010111110101100110010111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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