Html Css Color HEX #377795 Astral

📋 copy color: '#377795'

red 55 ◦ green 119 ◦ blue 149

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

Shades of Astral #377795

Tints of Astral #377795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 17.03%
G = 36.84%
B = 46.13%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377795 (or 0x377795) is known color: Astral. HEX triplet: 37, 77 and 95. RGB value is (55,119,149). Sum of RGB (Red+Green+Blue) = 55+119+149=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #377795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377795 is #C8886A. Grayscale: #676767. Windows color (decimal): -13142123 or 9795383. OLE color: 9795383.

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

Color convert

RGB 55 119 149 -
CMYK 0.63 0.20 0 0.42
HSL 199.15º 0.46% 0.4% -
HSV(B) 199.15º 0.63% 0.58% -
XYZ 13.6 16.18 30.84 -
YUV 103.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 55 119 149 0.63 0.20 0 0.42 199.15 0.46 0.4
Hex 37 77 95 3F 14 0 2A C7 2E 28
Octal 67 167 225 77 24 0 52 307 56 50
Binary 110111 1110111 10010101 111111 10100 0 101010 11000111 101110 101000

Color Harmonies of #377795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377795

Black with #377795

Text Example


Text Example

White with #377795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377795; }

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

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

background-color css

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

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

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

border-color css

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

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

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