#377486

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

Shades of Astral #377486

Tints of Astral #377486

Color information

#377486 (or 0x377486) is unknown color: approx Astral. HEX triplet: 37, 74 and 86. RGB value is (55,116,134). Sum of RGB (Red+Green+Blue) = 55+116+134=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #377486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377486 is #C88B79. Grayscale: #636363. Windows color (decimal): -13142906 or 8811575. OLE color: 8811575.

HSL color Cylindrical-coordinate representation of color #377486: hue angle of 193.67º 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 #377486 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55116134-
CMYK0.590.1300.47
HSL193.67º41.8%37.06%-
HSV(B)193.67º58.96%52.55%-
XYZ12.1215.0224.82-
YUV99.81147.2996.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=18.03%
G=38.03%
B=43.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551161340.590.1300.47193.6741.837.06
Hex3774863BD02Fc22a25
Octal6716420673150573025245
Binary1101111110100100001101110111101010111111000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377486; }

 p { color: rgb(55,116,134); }

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

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

 a { background-color: rgb(55,116,134); }

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

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

 span { border-color: rgb(55,116,134); }

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