Html Css Color HEX #376B8A Astral

📋 copy color: '#376B8A'

red 55 ◦ green 107 ◦ blue 138

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

Shades of Astral #376B8A

Tints of Astral #376B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 18.33%
G = 35.67%
B = 46%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#376B8A (or 0x376B8A) is known color: Astral. HEX triplet: 37, 6B and 8A. RGB value is (55,107,138). Sum of RGB (Red+Green+Blue) = 55+107+138=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #376B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B8A is #C89475. Grayscale: #5E5E5E. Windows color (decimal): -13145206 or 9071415. OLE color: 9071415.

HSL color Cylindrical-coordinate representation of color #376B8A: hue angle of 202.41º 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 #376B8A is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 107 138 -
CMYK 0.60 0.22 0 0.46
HSL 202.41º 0.43% 0.38% -
HSV(B) 202.41º 0.6% 0.54% -
XYZ 11.42 13.16 25.98 -
YUV 94.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 55 107 138 0.60 0.22 0 0.46 202.41 0.43 0.38
Hex 37 6B 8A 3C 16 0 2E CA 2B 26
Octal 67 153 212 74 26 0 56 312 53 46
Binary 110111 1101011 10001010 111100 10110 0 101110 11001010 101011 100110

Color Harmonies of #376B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B8A

Black with #376B8A

Text Example


Text Example

White with #376B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,138); }

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

background-color css

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

 a { background-color: rgb(55,107,138); }

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

border-color css

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

 span { border-color: rgb(55,107,138); }

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