#379CCA

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

Shades of Summer Sky #379CCA

Tints of Summer Sky #379CCA

Color information

#379CCA (or 0x379CCA) is unknown color: approx Summer Sky. HEX triplet: 37, 9C and CA. RGB value is (55,156,202). Sum of RGB (Red+Green+Blue) = 55+156+202=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #379CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CCA is #C86335. Grayscale: #828282. Windows color (decimal): -13132598 or 13278263. OLE color: 13278263.

HSL color Cylindrical-coordinate representation of color #379CCA: hue angle of 198.78º 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 #379CCA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55156202-
CMYK0.730.2300.21
HSL198.78º58.1%50.39%-
HSV(B)198.78º72.77%79.22%-
XYZ24.1228.8560.17-
YUV131.04168.0473.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.32%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=13.32%
G=37.77%
B=48.91%

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
Decimal551562020.730.2300.21198.7858.150.39
Hex379CCA4917015c73a32
Octal67234312111270253077262
Binary110111100111001100101010010011011101010111000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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