#377386

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

Shades of Astral #377386

Tints of Astral #377386

Color information

#377386 (or 0x377386) is unknown color: approx Astral. HEX triplet: 37, 73 and 86. RGB value is (55,115,134). Sum of RGB (Red+Green+Blue) = 55+115+134=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #377386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377386 is #C88C79. Grayscale: #636363. Windows color (decimal): -13143162 or 8811319. OLE color: 8811319.

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

Color convert

RGB55115134-
CMYK0.590.1400.47
HSL194.43º41.8%37.06%-
HSV(B)194.43º58.96%52.55%-
XYZ12.0114.7924.78-
YUV99.23147.6296.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=18.09%
G=37.83%
B=44.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551151340.590.1400.47194.4341.837.06
Hex3773863BE02Fc22a25
Octal6716320673160573025245
Binary1101111110011100001101110111110010111111000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377386; }

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

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

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

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

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

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

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

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