#379DE0

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

Shades of Summer Sky #379DE0

Tints of Summer Sky #379DE0

Color information

#379DE0 (or 0x379DE0) is unknown color: approx Summer Sky. HEX triplet: 37, 9D and E0. RGB value is (55,157,224). Sum of RGB (Red+Green+Blue) = 55+157+224=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #379DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DE0 is #C8621F. Grayscale: #858585. Windows color (decimal): -13132320 or 14720311. OLE color: 14720311.

HSL color Cylindrical-coordinate representation of color #379DE0: hue angle of 203.79º 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 #379DE0 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB55157224-
CMYK0.750.3000.12
HSL203.79º73.16%54.71%-
HSV(B)203.79º75.45%87.84%-
XYZ27.0930.3174.94-
YUV134.14178.7171.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.61%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 224 (87.89% from 255) = 51.38%
R=12.61%
G=36.01%
B=51.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal551572240.750.3000.12203.7973.1654.71
Hex379DE04B1E0Ccc4937
Octal672353401133601431411167
Binary110111100111011110000010010111111001100110011001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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