Html Css Color HEX #376682 Astral

📋 copy color: '#376682'

red 55 ◦ green 102 ◦ blue 130

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

Shades of Astral #376682

Tints of Astral #376682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 19.16%
G = 35.54%
B = 45.3%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376682 (or 0x376682) is known color: Astral. HEX triplet: 37, 66 and 82. RGB value is (55,102,130). Sum of RGB (Red+Green+Blue) = 55+102+130=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #376682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376682 is #C8997D. Grayscale: #5A5A5A. Windows color (decimal): -13146494 or 8545847. OLE color: 8545847.

HSL color Cylindrical-coordinate representation of color #376682: hue angle of 202.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376682 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 102 130 -
CMYK 0.58 0.22 0 0.49
HSL 202.4º 0.41% 0.36% -
HSV(B) 202.4º 0.58% 0.51% -
XYZ 10.36 11.93 22.88 -
YUV 91.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 55 102 130 0.58 0.22 0 0.49 202.4 0.41 0.36
Hex 37 66 82 3A 16 0 31 CA 29 24
Octal 67 146 202 72 26 0 61 312 51 44
Binary 110111 1100110 10000010 111010 10110 0 110001 11001010 101001 100100

Color Harmonies of #376682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376682

Black with #376682

Text Example


Text Example

White with #376682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376682; }

 p { color: rgb(55,102,130); }

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

background-color css

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

 a { background-color: rgb(55,102,130); }

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

border-color css

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

 span { border-color: rgb(55,102,130); }

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