Html Css Color HEX #377080 Astral

📋 copy color: '#377080'

red 55 ◦ green 112 ◦ blue 128

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

Shades of Astral #377080

Tints of Astral #377080

RGB

 RED value IS 55 (21.88% from 255) = 18.64%

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 18.64%
G = 37.97%
B = 43.39%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377080 (or 0x377080) is known color: Astral. HEX triplet: 37, 70 and 80. RGB value is (55,112,128). Sum of RGB (Red+Green+Blue) = 55+112+128=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #377080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377080 is #C88F7F. Grayscale: #606060. Windows color (decimal): -13143936 or 8417335. OLE color: 8417335.

HSL color Cylindrical-coordinate representation of color #377080: hue angle of 193.15º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377080 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 112 128 -
CMYK 0.57 0.12 0 0.50
HSL 193.15º 0.4% 0.36% -
HSV(B) 193.15º 0.57% 0.5% -
XYZ 11.27 13.96 22.52 -
YUV 96.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 55 112 128 0.57 0.12 0 0.50 193.15 0.4 0.36
Hex 37 70 80 39 C 0 32 C1 28 24
Octal 67 160 200 71 14 0 62 301 50 44
Binary 110111 1110000 10000000 111001 1100 0 110010 11000001 101000 100100

Color Harmonies of #377080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377080

Black with #377080

Text Example


Text Example

White with #377080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377080; }

 p { color: rgb(55,112,128); }

 H1.HeaderClassName
 {
   color: #377080;
 }
 .AnyTagClassName
 {
   color: #377080;
 }
</style>

background-color css

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

 a { background-color: rgb(55,112,128); }

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

border-color css

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

 span { border-color: rgb(55,112,128); }

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