Html Css Color HEX #377697 Astral

📋 copy color: '#377697'

red 55 ◦ green 118 ◦ blue 151

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

Shades of Astral #377697

Tints of Astral #377697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 16.98%
G = 36.42%
B = 46.6%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377697 (or 0x377697) is known color: Astral. HEX triplet: 37, 76 and 97. RGB value is (55,118,151). Sum of RGB (Red+Green+Blue) = 55+118+151=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #377697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377697 is #C88968. Grayscale: #666666. Windows color (decimal): -13142377 or 9926199. OLE color: 9926199.

HSL color Cylindrical-coordinate representation of color #377697: hue angle of 200.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377697 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 118 151 -
CMYK 0.64 0.22 0 0.41
HSL 200.63º 0.47% 0.4% -
HSV(B) 200.63º 0.64% 0.59% -
XYZ 13.64 16 31.65 -
YUV 102.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 55 118 151 0.64 0.22 0 0.41 200.63 0.47 0.4
Hex 37 76 97 40 16 0 29 C9 2F 28
Octal 67 166 227 100 26 0 51 311 57 50
Binary 110111 1110110 10010111 1000000 10110 0 101001 11001001 101111 101000

Color Harmonies of #377697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377697

Black with #377697

Text Example


Text Example

White with #377697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377697; }

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

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

background-color css

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

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

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

border-color css

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

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

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