Html Css Color HEX #376886 Astral

📋 copy color: '#376886'

red 55 ◦ green 104 ◦ blue 134

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

Shades of Astral #376886

Tints of Astral #376886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 18.77%
G = 35.49%
B = 45.73%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#376886 (or 0x376886) is known color: Astral. HEX triplet: 37, 68 and 86. RGB value is (55,104,134). Sum of RGB (Red+Green+Blue) = 55+104+134=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #376886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376886 is #C89779. Grayscale: #5C5C5C. Windows color (decimal): -13145978 or 8808503. OLE color: 8808503.

HSL color Cylindrical-coordinate representation of color #376886: hue angle of 202.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376886 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 104 134 -
CMYK 0.59 0.22 0 0.47
HSL 202.78º 0.42% 0.37% -
HSV(B) 202.78º 0.59% 0.53% -
XYZ 10.83 12.43 24.38 -
YUV 92.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 55 104 134 0.59 0.22 0 0.47 202.78 0.42 0.37
Hex 37 68 86 3B 16 0 2F CB 2A 25
Octal 67 150 206 73 26 0 57 313 52 45
Binary 110111 1101000 10000110 111011 10110 0 101111 11001011 101010 100101

Color Harmonies of #376886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376886

Black with #376886

Text Example


Text Example

White with #376886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376886; }

 p { color: rgb(55,104,134); }

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

background-color css

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

 a { background-color: rgb(55,104,134); }

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

border-color css

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

 span { border-color: rgb(55,104,134); }

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