#376A82

Color #376A82 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #376A82

Tints of Astral #376A82

Color information

#376A82 (or 0x376A82) is unknown color: approx Astral. HEX triplet: 37, 6A and 82. RGB value is (55,106,130). Sum of RGB (Red+Green+Blue) = 55+106+130=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #376A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A82 is #C8957D. Grayscale: #5D5D5D. Windows color (decimal): -13145470 or 8546871. OLE color: 8546871.

HSL color Cylindrical-coordinate representation of color #376A82: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376A82 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55106130-
CMYK0.580.1800.49
HSL199.2º40.54%36.27%-
HSV(B)199.2º57.69%50.98%-
XYZ10.7612.7323.01-
YUV93.49148.6100.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=18.90%
G=36.43%
B=44.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551061300.580.1800.49199.240.5436.27
Hex376A823A12031c72924
Octal6715220272220613075144
Binary11011111010101000001011101010010011000111000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376A82; }

 p { color: rgb(55,106,130); }

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

<style>
 a { background-color: #376A82; }

 a { background-color: rgb(55,106,130); }

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

<style>
 span { border-color: #376A82; }

 span { border-color: rgb(55,106,130); }

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