Html Css Color HEX #376A7C Astral

📋 copy color: '#376A7C'

red 55 ◦ green 106 ◦ blue 124

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

Shades of Astral #376A7C

Tints of Astral #376A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 19.3%
G = 37.19%
B = 43.51%

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

#376A7C (or 0x376A7C) is known color: Astral. HEX triplet: 37, 6A and 7C. RGB value is (55,106,124). Sum of RGB (Red+Green+Blue) = 55+106+124=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #376A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A7C is #C89583. Grayscale: #5C5C5C. Windows color (decimal): -13145476 or 8153655. OLE color: 8153655.

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

Color convert

RGB 55 106 124 -
CMYK 0.56 0.15 0 0.51
HSL 195.65º 0.39% 0.35% -
HSV(B) 195.65º 0.56% 0.49% -
XYZ 10.37 12.58 20.95 -
YUV 92.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 55 106 124 0.56 0.15 0 0.51 195.65 0.39 0.35
Hex 37 6A 7C 38 F 0 33 C4 27 23
Octal 67 152 174 70 17 0 63 304 47 43
Binary 110111 1101010 1111100 111000 1111 0 110011 11000100 100111 100011

Color Harmonies of #376A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A7C

Black with #376A7C

Text Example


Text Example

White with #376A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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