Html Css Color HEX #376C82 Astral

📋 copy color: '#376C82'

red 55 ◦ green 108 ◦ blue 130

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

Shades of Astral #376C82

Tints of Astral #376C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 18.77%
G = 36.86%
B = 44.37%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376C82 (or 0x376C82) is known color: Astral. HEX triplet: 37, 6C and 82. RGB value is (55,108,130). Sum of RGB (Red+Green+Blue) = 55+108+130=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #376C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C82 is #C8937D. Grayscale: #5E5E5E. Windows color (decimal): -13144958 or 8547383. OLE color: 8547383.

HSL color Cylindrical-coordinate representation of color #376C82: hue angle of 197.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376C82 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 108 130 -
CMYK 0.58 0.17 0 0.49
HSL 197.6º 0.41% 0.36% -
HSV(B) 197.6º 0.58% 0.51% -
XYZ 10.97 13.15 23.08 -
YUV 94.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 55 108 130 0.58 0.17 0 0.49 197.6 0.41 0.36
Hex 37 6C 82 3A 11 0 31 C6 29 24
Octal 67 154 202 72 21 0 61 306 51 44
Binary 110111 1101100 10000010 111010 10001 0 110001 11000110 101001 100100

Color Harmonies of #376C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C82

Black with #376C82

Text Example


Text Example

White with #376C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376C82; }

 p { color: rgb(55,108,130); }

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

background-color css

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

 a { background-color: rgb(55,108,130); }

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

border-color css

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

 span { border-color: rgb(55,108,130); }

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