Html Css Color HEX #376A7A Astral

📋 copy color: '#376A7A'

red 55 ◦ green 106 ◦ blue 122

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

Shades of Astral #376A7A

Tints of Astral #376A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 19.43%
G = 37.46%
B = 43.11%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#376A7A (or 0x376A7A) is known color: Astral. HEX triplet: 37, 6A and 7A. RGB value is (55,106,122). Sum of RGB (Red+Green+Blue) = 55+106+122=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #376A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A7A is #C89585. Grayscale: #5C5C5C. Windows color (decimal): -13145478 or 8022583. OLE color: 8022583.

HSL color Cylindrical-coordinate representation of color #376A7A: hue angle of 194.33º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376A7A is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 106 122 -
CMYK 0.55 0.13 0 0.52
HSL 194.33º 0.38% 0.35% -
HSV(B) 194.33º 0.55% 0.48% -
XYZ 10.24 12.53 20.29 -
YUV 92.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 55 106 122 0.55 0.13 0 0.52 194.33 0.38 0.35
Hex 37 6A 7A 37 D 0 34 C2 26 23
Octal 67 152 172 67 15 0 64 302 46 43
Binary 110111 1101010 1111010 110111 1101 0 110100 11000010 100110 100011

Color Harmonies of #376A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A7A

Black with #376A7A

Text Example


Text Example

White with #376A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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