Html Css Color HEX #377890 Astral

📋 copy color: '#377890'

red 55 ◦ green 120 ◦ blue 144

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

Shades of Astral #377890

Tints of Astral #377890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 17.24%
G = 37.62%
B = 45.14%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377890 (or 0x377890) is known color: Astral. HEX triplet: 37, 78 and 90. RGB value is (55,120,144). Sum of RGB (Red+Green+Blue) = 55+120+144=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #377890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377890 is #C8876F. Grayscale: #676767. Windows color (decimal): -13141872 or 9467959. OLE color: 9467959.

HSL color Cylindrical-coordinate representation of color #377890: hue angle of 196.18º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377890 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 120 144 -
CMYK 0.62 0.17 0 0.44
HSL 196.18º 0.45% 0.39% -
HSV(B) 196.18º 0.62% 0.56% -
XYZ 13.33 16.26 28.82 -
YUV 103.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 55 120 144 0.62 0.17 0 0.44 196.18 0.45 0.39
Hex 37 78 90 3E 11 0 2C C4 2D 27
Octal 67 170 220 76 21 0 54 304 55 47
Binary 110111 1111000 10010000 111110 10001 0 101100 11000100 101101 100111

Color Harmonies of #377890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377890

Black with #377890

Text Example


Text Example

White with #377890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377890; }

 p { color: rgb(55,120,144); }

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

background-color css

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

 a { background-color: rgb(55,120,144); }

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

border-color css

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

 span { border-color: rgb(55,120,144); }

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