Html Css Color HEX #376C90 Astral

📋 copy color: '#376C90'

red 55 ◦ green 108 ◦ blue 144

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

Shades of Astral #376C90

Tints of Astral #376C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 17.92%
G = 35.18%
B = 46.91%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376C90 (or 0x376C90) is known color: Astral. HEX triplet: 37, 6C and 90. RGB value is (55,108,144). Sum of RGB (Red+Green+Blue) = 55+108+144=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #376C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C90 is #C8936F. Grayscale: #606060. Windows color (decimal): -13144944 or 9464887. OLE color: 9464887.

HSL color Cylindrical-coordinate representation of color #376C90: hue angle of 204.27º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376C90 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 108 144 -
CMYK 0.62 0.25 0 0.44
HSL 204.27º 0.45% 0.39% -
HSV(B) 204.27º 0.62% 0.56% -
XYZ 11.97 13.55 28.37 -
YUV 96.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 55 108 144 0.62 0.25 0 0.44 204.27 0.45 0.39
Hex 37 6C 90 3E 19 0 2C CC 2D 27
Octal 67 154 220 76 31 0 54 314 55 47
Binary 110111 1101100 10010000 111110 11001 0 101100 11001100 101101 100111

Color Harmonies of #376C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C90

Black with #376C90

Text Example


Text Example

White with #376C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,144); }

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

background-color css

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

 a { background-color: rgb(55,108,144); }

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

border-color css

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

 span { border-color: rgb(55,108,144); }

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