Html Css Color HEX #377291 Astral

📋 copy color: '#377291'

red 55 ◦ green 114 ◦ blue 145

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

Shades of Astral #377291

Tints of Astral #377291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 17.52%
G = 36.31%
B = 46.18%

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

#377291 (or 0x377291) is known color: Astral. HEX triplet: 37, 72 and 91. RGB value is (55,114,145). Sum of RGB (Red+Green+Blue) = 55+114+145=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #377291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377291 is #C88D6E. Grayscale: #636363. Windows color (decimal): -13143407 or 9531959. OLE color: 9531959.

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

Color convert

RGB 55 114 145 -
CMYK 0.62 0.21 0 0.43
HSL 200.67º 0.45% 0.39% -
HSV(B) 200.67º 0.62% 0.57% -
XYZ 12.7 14.89 28.99 -
YUV 99.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 55 114 145 0.62 0.21 0 0.43 200.67 0.45 0.39
Hex 37 72 91 3E 15 0 2B C9 2D 27
Octal 67 162 221 76 25 0 53 311 55 47
Binary 110111 1110010 10010001 111110 10101 0 101011 11001001 101101 100111

Color Harmonies of #377291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377291

Black with #377291

Text Example


Text Example

White with #377291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377291; }

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

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

background-color css

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

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

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

border-color css

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

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

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