Html Css Color HEX #376A7D Astral

📋 copy color: '#376A7D'

red 55 ◦ green 106 ◦ blue 125

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

Shades of Astral #376A7D

Tints of Astral #376A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 19.23%
G = 37.06%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#376A7D (or 0x376A7D) is known color: Astral. HEX triplet: 37, 6A and 7D. RGB value is (55,106,125). Sum of RGB (Red+Green+Blue) = 55+106+125=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #376A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A7D is #C89582. Grayscale: #5C5C5C. Windows color (decimal): -13145475 or 8219191. OLE color: 8219191.

HSL color Cylindrical-coordinate representation of color #376A7D: hue angle of 196.29º 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 #376A7D is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 106 125 -
CMYK 0.56 0.15 0 0.51
HSL 196.29º 0.39% 0.35% -
HSV(B) 196.29º 0.56% 0.49% -
XYZ 10.43 12.6 21.28 -
YUV 92.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 55 106 125 0.56 0.15 0 0.51 196.29 0.39 0.35
Hex 37 6A 7D 38 F 0 33 C4 27 23
Octal 67 152 175 70 17 0 63 304 47 43
Binary 110111 1101010 1111101 111000 1111 0 110011 11000100 100111 100011

Color Harmonies of #376A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A7D

Black with #376A7D

Text Example


Text Example

White with #376A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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