Html Css Color HEX #377390 Astral

📋 copy color: '#377390'

red 55 ◦ green 115 ◦ blue 144

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

Shades of Astral #377390

Tints of Astral #377390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 17.52%
G = 36.62%
B = 45.86%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377390 (or 0x377390) is known color: Astral. HEX triplet: 37, 73 and 90. RGB value is (55,115,144). Sum of RGB (Red+Green+Blue) = 55+115+144=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #377390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377390 is #C88C6F. Grayscale: #646464. Windows color (decimal): -13143152 or 9466679. OLE color: 9466679.

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

Color convert

RGB 55 115 144 -
CMYK 0.62 0.20 0 0.44
HSL 199.55º 0.45% 0.39% -
HSV(B) 199.55º 0.62% 0.56% -
XYZ 12.74 15.09 28.63 -
YUV 100.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 55 115 144 0.62 0.20 0 0.44 199.55 0.45 0.39
Hex 37 73 90 3E 14 0 2C C8 2D 27
Octal 67 163 220 76 24 0 54 310 55 47
Binary 110111 1110011 10010000 111110 10100 0 101100 11001000 101101 100111

Color Harmonies of #377390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377390

Black with #377390

Text Example


Text Example

White with #377390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377390; }

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

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

background-color css

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

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

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

border-color css

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

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

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