Html Css Color HEX #377395 Astral

📋 copy color: '#377395'

red 55 ◦ green 115 ◦ blue 149

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

Shades of Astral #377395

Tints of Astral #377395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 17.24%
G = 36.05%
B = 46.71%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377395 (or 0x377395) is known color: Astral. HEX triplet: 37, 73 and 95. RGB value is (55,115,149). Sum of RGB (Red+Green+Blue) = 55+115+149=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #377395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377395 is #C88C6A. Grayscale: #646464. Windows color (decimal): -13143147 or 9794359. OLE color: 9794359.

HSL color Cylindrical-coordinate representation of color #377395: hue angle of 201.7º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377395 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 115 149 -
CMYK 0.63 0.23 0 0.42
HSL 201.7º 0.46% 0.4% -
HSV(B) 201.7º 0.63% 0.58% -
XYZ 13.13 15.24 30.68 -
YUV 100.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 55 115 149 0.63 0.23 0 0.42 201.7 0.46 0.4
Hex 37 73 95 3F 17 0 2A CA 2E 28
Octal 67 163 225 77 27 0 52 312 56 50
Binary 110111 1110011 10010101 111111 10111 0 101010 11001010 101110 101000

Color Harmonies of #377395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377395

Black with #377395

Text Example


Text Example

White with #377395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377395; }

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

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

background-color css

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

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

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

border-color css

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

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

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