#377797

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

Shades of Astral #377797

Tints of Astral #377797

Color information

#377797 (or 0x377797) is unknown color: approx Astral. HEX triplet: 37, 77 and 97. RGB value is (55,119,151). Sum of RGB (Red+Green+Blue) = 55+119+151=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #377797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377797 is #C88868. Grayscale: #676767. Windows color (decimal): -13142121 or 9926455. OLE color: 9926455.

HSL color Cylindrical-coordinate representation of color #377797: hue angle of 200º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377797 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55119151-
CMYK0.640.2100.41
HSL200º46.6%40.39%-
HSV(B)200º63.58%59.22%-
XYZ13.7616.2431.69-
YUV103.51154.893.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=16.92%
G=36.62%
B=46.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551191510.640.2100.4120046.640.39
Hex3777974015029c82f28
Octal67167227100250513105750
Binary110111111011110010111100000010101010100111001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377797; }

 p { color: rgb(55,119,151); }

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

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

 a { background-color: rgb(55,119,151); }

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

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

 span { border-color: rgb(55,119,151); }

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