#379BCA

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

Shades of Summer Sky #379BCA

Tints of Summer Sky #379BCA

Color information

#379BCA (or 0x379BCA) is unknown color: approx Summer Sky. HEX triplet: 37, 9B and CA. RGB value is (55,155,202). Sum of RGB (Red+Green+Blue) = 55+155+202=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #379BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BCA is #C86435. Grayscale: #828282. Windows color (decimal): -13132854 or 13278007. OLE color: 13278007.

HSL color Cylindrical-coordinate representation of color #379BCA: hue angle of 199.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379BCA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55155202-
CMYK0.730.2300.21
HSL199.18º58.1%50.39%-
HSV(B)199.18º72.77%79.22%-
XYZ23.9628.5260.12-
YUV130.46168.3774.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=13.35%
G=37.62%
B=49.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551552020.730.2300.21199.1858.150.39
Hex379BCA4917015c73a32
Octal67233312111270253077262
Binary110111100110111100101010010011011101010111000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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