#376A84

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

Shades of Astral #376A84

Tints of Astral #376A84

Color information

#376A84 (or 0x376A84) is unknown color: approx Astral. HEX triplet: 37, 6A and 84. RGB value is (55,106,132). Sum of RGB (Red+Green+Blue) = 55+106+132=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #376A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A84 is #C8957B. Grayscale: #5D5D5D. Windows color (decimal): -13145468 or 8677943. OLE color: 8677943.

HSL color Cylindrical-coordinate representation of color #376A84: hue angle of 200.26º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376A84 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55106132-
CMYK0.580.2000.48
HSL200.26º41.18%36.67%-
HSV(B)200.26º58.33%51.76%-
XYZ10.8912.7923.72-
YUV93.72149.6100.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=18.77%
G=36.18%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551061320.580.2000.48200.2641.1836.67
Hex376A843A14030c82925
Octal6715220472240603105145
Binary11011111010101000010011101010100011000011001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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