#376787

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

Shades of Astral #376787

Tints of Astral #376787

Color information

#376787 (or 0x376787) is unknown color: approx Astral. HEX triplet: 37, 67 and 87. RGB value is (55,103,135). Sum of RGB (Red+Green+Blue) = 55+103+135=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #376787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376787 is #C89878. Grayscale: #5C5C5C. Windows color (decimal): -13146233 or 8873783. OLE color: 8873783.

HSL color Cylindrical-coordinate representation of color #376787: hue angle of 204º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376787 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55103135-
CMYK0.590.2400.47
HSL204º42.11%37.25%-
HSV(B)204º59.26%52.94%-
XYZ10.812.2624.72-
YUV92.3152.1101.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=18.77%
G=35.15%
B=46.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551031350.590.2400.4720442.1137.25
Hex3767873B1802Fcc2a25
Octal6714720773300573145245
Binary11011111001111000011111101111000010111111001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376787; }

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

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

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

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

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

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

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

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