Html Css Color HEX #376B7D Astral

📋 copy color: '#376B7D'

red 55 ◦ green 107 ◦ blue 125

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

Shades of Astral #376B7D

Tints of Astral #376B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 19.16%
G = 37.28%
B = 43.55%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#376B7D (or 0x376B7D) is known color: Astral. HEX triplet: 37, 6B and 7D. RGB value is (55,107,125). Sum of RGB (Red+Green+Blue) = 55+107+125=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #376B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B7D is #C89482. Grayscale: #5D5D5D. Windows color (decimal): -13145219 or 8219447. OLE color: 8219447.

HSL color Cylindrical-coordinate representation of color #376B7D: hue angle of 195.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #376B7D is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 107 125 -
CMYK 0.56 0.14 0 0.51
HSL 195.43º 0.39% 0.35% -
HSV(B) 195.43º 0.56% 0.49% -
XYZ 10.53 12.81 21.32 -
YUV 93.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 55 107 125 0.56 0.14 0 0.51 195.43 0.39 0.35
Hex 37 6B 7D 38 E 0 33 C3 27 23
Octal 67 153 175 70 16 0 63 303 47 43
Binary 110111 1101011 1111101 111000 1110 0 110011 11000011 100111 100011

Color Harmonies of #376B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B7D

Black with #376B7D

Text Example


Text Example

White with #376B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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