Html Css Color HEX #376884 Astral

📋 copy color: '#376884'

red 55 ◦ green 104 ◦ blue 132

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

Shades of Astral #376884

Tints of Astral #376884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 18.9%
G = 35.74%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376884 (or 0x376884) is known color: Astral. HEX triplet: 37, 68 and 84. RGB value is (55,104,132). Sum of RGB (Red+Green+Blue) = 55+104+132=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #376884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376884 is #C8977B. Grayscale: #5C5C5C. Windows color (decimal): -13145980 or 8677431. OLE color: 8677431.

HSL color Cylindrical-coordinate representation of color #376884: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376884 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 104 132 -
CMYK 0.58 0.21 0 0.48
HSL 201.82º 0.41% 0.37% -
HSV(B) 201.82º 0.58% 0.52% -
XYZ 10.69 12.38 23.66 -
YUV 92.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 55 104 132 0.58 0.21 0 0.48 201.82 0.41 0.37
Hex 37 68 84 3A 15 0 30 CA 29 25
Octal 67 150 204 72 25 0 60 312 51 45
Binary 110111 1101000 10000100 111010 10101 0 110000 11001010 101001 100101

Color Harmonies of #376884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376884

Black with #376884

Text Example


Text Example

White with #376884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376884; }

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

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

background-color css

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

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

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

border-color css

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

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

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