Html Css Color HEX #376C8C Astral

📋 copy color: '#376C8C'

red 55 ◦ green 108 ◦ blue 140

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

Shades of Astral #376C8C

Tints of Astral #376C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 18.15%
G = 35.64%
B = 46.2%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#376C8C (or 0x376C8C) is known color: Astral. HEX triplet: 37, 6C and 8C. RGB value is (55,108,140). Sum of RGB (Red+Green+Blue) = 55+108+140=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #376C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C8C is #C89373. Grayscale: #5F5F5F. Windows color (decimal): -13144948 or 9202743. OLE color: 9202743.

HSL color Cylindrical-coordinate representation of color #376C8C: hue angle of 202.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #376C8C is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 108 140 -
CMYK 0.61 0.23 0 0.45
HSL 202.59º 0.44% 0.38% -
HSV(B) 202.59º 0.61% 0.55% -
XYZ 11.67 13.43 26.79 -
YUV 95.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 55 108 140 0.61 0.23 0 0.45 202.59 0.44 0.38
Hex 37 6C 8C 3D 17 0 2D CB 2C 26
Octal 67 154 214 75 27 0 55 313 54 46
Binary 110111 1101100 10001100 111101 10111 0 101101 11001011 101100 100110

Color Harmonies of #376C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C8C

Black with #376C8C

Text Example


Text Example

White with #376C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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