#376784

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

Shades of Astral #376784

Tints of Astral #376784

Color information

#376784 (or 0x376784) is unknown color: approx Astral. HEX triplet: 37, 67 and 84. RGB value is (55,103,132). Sum of RGB (Red+Green+Blue) = 55+103+132=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #376784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376784 is #C8987B. Grayscale: #5B5B5B. Windows color (decimal): -13146236 or 8677175. OLE color: 8677175.

HSL color Cylindrical-coordinate representation of color #376784: hue angle of 202.6º 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 #376784 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55103132-
CMYK0.580.2200.48
HSL202.6º41.18%36.67%-
HSV(B)202.6º58.33%51.76%-
XYZ10.5912.1823.62-
YUV91.95150.6101.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=18.97%
G=35.52%
B=45.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551031320.580.2200.48202.641.1836.67
Hex3767843A16030cb2925
Octal6714720472260603135145
Binary11011111001111000010011101010110011000011001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376784; }

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

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

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

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

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

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

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

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