#376684

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

Shades of Astral #376684

Tints of Astral #376684

Color information

#376684 (or 0x376684) is unknown color: approx Astral. HEX triplet: 37, 66 and 84. RGB value is (55,102,132). Sum of RGB (Red+Green+Blue) = 55+102+132=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #376684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376684 is #C8997B. Grayscale: #5B5B5B. Windows color (decimal): -13146492 or 8676919. OLE color: 8676919.

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

Color convert

RGB55102132-
CMYK0.580.2300.48
HSL203.38º41.18%36.67%-
HSV(B)203.38º58.33%51.76%-
XYZ10.4911.9823.59-
YUV91.37150.93102.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=19.03%
G=35.29%
B=45.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551021320.580.2300.48203.3841.1836.67
Hex3766843A17030cb2925
Octal6714620472270603135145
Binary11011111001101000010011101010111011000011001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376684; }

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

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

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

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

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

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

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

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