Html Css Color HEX #377391 Astral

📋 copy color: '#377391'

red 55 ◦ green 115 ◦ blue 145

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

Shades of Astral #377391

Tints of Astral #377391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 17.46%
G = 36.51%
B = 46.03%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#377391 (or 0x377391) is known color: Astral. HEX triplet: 37, 73 and 91. RGB value is (55,115,145). Sum of RGB (Red+Green+Blue) = 55+115+145=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #377391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377391 is #C88C6E. Grayscale: #646464. Windows color (decimal): -13143151 or 9532215. OLE color: 9532215.

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

Color convert

RGB 55 115 145 -
CMYK 0.62 0.21 0 0.43
HSL 200º 0.45% 0.39% -
HSV(B) 200º 0.62% 0.57% -
XYZ 12.82 15.12 29.03 -
YUV 100.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 55 115 145 0.62 0.21 0 0.43 200 0.45 0.39
Hex 37 73 91 3E 15 0 2B C8 2D 27
Octal 67 163 221 76 25 0 53 310 55 47
Binary 110111 1110011 10010001 111110 10101 0 101011 11001000 101101 100111

Color Harmonies of #377391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377391

Black with #377391

Text Example


Text Example

White with #377391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377391; }

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

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

background-color css

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

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

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

border-color css

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

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

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