Html Css Color HEX #376D8D Astral

📋 copy color: '#376D8D'

red 55 ◦ green 109 ◦ blue 141

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

Shades of Astral #376D8D

Tints of Astral #376D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 18.03%
G = 35.74%
B = 46.23%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#376D8D (or 0x376D8D) is known color: Astral. HEX triplet: 37, 6D and 8D. RGB value is (55,109,141). Sum of RGB (Red+Green+Blue) = 55+109+141=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #376D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D8D is #C89272. Grayscale: #606060. Windows color (decimal): -13144691 or 9268535. OLE color: 9268535.

HSL color Cylindrical-coordinate representation of color #376D8D: hue angle of 202.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #376D8D is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 109 141 -
CMYK 0.61 0.23 0 0.45
HSL 202.33º 0.44% 0.38% -
HSV(B) 202.33º 0.61% 0.55% -
XYZ 11.85 13.67 27.21 -
YUV 96.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 55 109 141 0.61 0.23 0 0.45 202.33 0.44 0.38
Hex 37 6D 8D 3D 17 0 2D CA 2C 26
Octal 67 155 215 75 27 0 55 312 54 46
Binary 110111 1101101 10001101 111101 10111 0 101101 11001010 101100 100110

Color Harmonies of #376D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D8D

Black with #376D8D

Text Example


Text Example

White with #376D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,141); }

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

background-color css

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

 a { background-color: rgb(55,109,141); }

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

border-color css

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

 span { border-color: rgb(55,109,141); }

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