Html Css Color HEX #377689 Astral

📋 copy color: '#377689'

red 55 ◦ green 118 ◦ blue 137

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

Shades of Astral #377689

Tints of Astral #377689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 17.74%
G = 38.06%
B = 44.19%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#377689 (or 0x377689) is known color: Astral. HEX triplet: 37, 76 and 89. RGB value is (55,118,137). Sum of RGB (Red+Green+Blue) = 55+118+137=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #377689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377689 is #C88976. Grayscale: #656565. Windows color (decimal): -13142391 or 9008695. OLE color: 9008695.

HSL color Cylindrical-coordinate representation of color #377689: hue angle of 193.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377689 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 118 137 -
CMYK 0.60 0.14 0 0.46
HSL 193.9º 0.43% 0.38% -
HSV(B) 193.9º 0.6% 0.54% -
XYZ 12.57 15.58 26.01 -
YUV 101.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 55 118 137 0.60 0.14 0 0.46 193.9 0.43 0.38
Hex 37 76 89 3C E 0 2E C2 2B 26
Octal 67 166 211 74 16 0 56 302 53 46
Binary 110111 1110110 10001001 111100 1110 0 101110 11000010 101011 100110

Color Harmonies of #377689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377689

Black with #377689

Text Example


Text Example

White with #377689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377689; }

 p { color: rgb(55,118,137); }

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

background-color css

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

 a { background-color: rgb(55,118,137); }

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

border-color css

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

 span { border-color: rgb(55,118,137); }

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