Html Css Color HEX #377797 Astral

📋 copy color: '#377797'

red 55 ◦ green 119 ◦ blue 151

#377797
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #377797

Tints of Astral #377797

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 value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377797 (or 0x377797) is known color: 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

RGB 55 119 151 -
CMYK 0.64 0.21 0 0.41
HSL 200º 0.47% 0.4% -
HSV(B) 200º 0.64% 0.59% -
XYZ 13.76 16.24 31.69 -
YUV 103.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 55 119 151 0.64 0.21 0 0.41 200 0.47 0.4
Hex 37 77 97 40 15 0 29 C8 2F 28
Octal 67 167 227 100 25 0 51 310 57 50
Binary 110111 1110111 10010111 1000000 10101 0 101001 11001000 101111 101000

Color Harmonies of #377797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377797

Black with #377797

Text Example


Text Example

White with #377797

Text Example


Text Example

HTML Codes & Css Web 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>