Html Css Color HEX #377590 Astral

📋 copy color: '#377590'

red 55 ◦ green 117 ◦ blue 144

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

Shades of Astral #377590

Tints of Astral #377590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 17.41%
G = 37.03%
B = 45.57%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377590 (or 0x377590) is known color: Astral. HEX triplet: 37, 75 and 90. RGB value is (55,117,144). Sum of RGB (Red+Green+Blue) = 55+117+144=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #377590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377590 is #C88A6F. Grayscale: #656565. Windows color (decimal): -13142640 or 9467191. OLE color: 9467191.

HSL color Cylindrical-coordinate representation of color #377590: hue angle of 198.2º 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 #377590 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 117 144 -
CMYK 0.62 0.19 0 0.44
HSL 198.2º 0.45% 0.39% -
HSV(B) 198.2º 0.62% 0.56% -
XYZ 12.97 15.55 28.7 -
YUV 101.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 55 117 144 0.62 0.19 0 0.44 198.2 0.45 0.39
Hex 37 75 90 3E 13 0 2C C6 2D 27
Octal 67 165 220 76 23 0 54 306 55 47
Binary 110111 1110101 10010000 111110 10011 0 101100 11000110 101101 100111

Color Harmonies of #377590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377590

Black with #377590

Text Example


Text Example

White with #377590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377590; }

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

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

background-color css

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

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

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

border-color css

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

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

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