Html Css Color HEX #377190 Astral

📋 copy color: '#377190'

red 55 ◦ green 113 ◦ blue 144

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

Shades of Astral #377190

Tints of Astral #377190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 17.63%
G = 36.22%
B = 46.15%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377190 (or 0x377190) is known color: Astral. HEX triplet: 37, 71 and 90. RGB value is (55,113,144). Sum of RGB (Red+Green+Blue) = 55+113+144=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #377190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377190 is #C88E6F. Grayscale: #636363. Windows color (decimal): -13143664 or 9466167. OLE color: 9466167.

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

Color convert

RGB 55 113 144 -
CMYK 0.62 0.22 0 0.44
HSL 200.9º 0.45% 0.39% -
HSV(B) 200.9º 0.62% 0.56% -
XYZ 12.51 14.64 28.55 -
YUV 99.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 55 113 144 0.62 0.22 0 0.44 200.9 0.45 0.39
Hex 37 71 90 3E 16 0 2C C9 2D 27
Octal 67 161 220 76 26 0 54 311 55 47
Binary 110111 1110001 10010000 111110 10110 0 101100 11001001 101101 100111

Color Harmonies of #377190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377190

Black with #377190

Text Example


Text Example

White with #377190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377190; }

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

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

background-color css

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

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

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

border-color css

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

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

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