Html Css Color HEX #377392 Astral

📋 copy color: '#377392'

red 55 ◦ green 115 ◦ blue 146

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

Shades of Astral #377392

Tints of Astral #377392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 17.41%
G = 36.39%
B = 46.2%

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

#377392 (or 0x377392) is known color: Astral. HEX triplet: 37, 73 and 92. RGB value is (55,115,146). Sum of RGB (Red+Green+Blue) = 55+115+146=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #377392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377392 is #C88C6D. Grayscale: #646464. Windows color (decimal): -13143150 or 9597751. OLE color: 9597751.

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

Color convert

RGB 55 115 146 -
CMYK 0.62 0.21 0 0.43
HSL 200.44º 0.45% 0.39% -
HSV(B) 200.44º 0.62% 0.57% -
XYZ 12.89 15.15 29.44 -
YUV 100.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 55 115 146 0.62 0.21 0 0.43 200.44 0.45 0.39
Hex 37 73 92 3E 15 0 2B C8 2D 27
Octal 67 163 222 76 25 0 53 310 55 47
Binary 110111 1110011 10010010 111110 10101 0 101011 11001000 101101 100111

Color Harmonies of #377392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377392

Black with #377392

Text Example


Text Example

White with #377392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377392; }

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

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

background-color css

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

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

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

border-color css

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

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

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