#379BE3

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

Shades of Summer Sky #379BE3

Tints of Summer Sky #379BE3

Color information

#379BE3 (or 0x379BE3) is unknown color: approx Summer Sky. HEX triplet: 37, 9B and E3. RGB value is (55,155,227). Sum of RGB (Red+Green+Blue) = 55+155+227=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #379BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BE3 is #C8641C. Grayscale: #848484. Windows color (decimal): -13132829 or 14916407. OLE color: 14916407.

HSL color Cylindrical-coordinate representation of color #379BE3: hue angle of 205.12º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #379BE3 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB55155227-
CMYK0.760.3200.11
HSL205.12º75.44%55.29%-
HSV(B)205.12º75.77%89.02%-
XYZ27.1629.876.99-
YUV133.31180.8772.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.59%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=12.59%
G=35.47%
B=51.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal551552270.760.3200.11205.1275.4455.29
Hex379BE34C200Bcd4b37
Octal672333431144001331511367
Binary1101111001101111100011100110010000001011110011011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,155,227); }

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

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

 a { background-color: rgb(55,155,227); }

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

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

 span { border-color: rgb(55,155,227); }

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