Html Css Color HEX #376784 Astral

📋 copy color: '#376784'

red 55 ◦ green 103 ◦ blue 132

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

Shades of Astral #376784

Tints of Astral #376784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 18.97%
G = 35.52%
B = 45.52%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376784 (or 0x376784) is known color: Astral. HEX triplet: 37, 67 and 84. RGB value is (55,103,132). Sum of RGB (Red+Green+Blue) = 55+103+132=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #376784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376784 is #C8987B. Grayscale: #5B5B5B. Windows color (decimal): -13146236 or 8677175. OLE color: 8677175.

HSL color Cylindrical-coordinate representation of color #376784: hue angle of 202.6º 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 #376784 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 103 132 -
CMYK 0.58 0.22 0 0.48
HSL 202.6º 0.41% 0.37% -
HSV(B) 202.6º 0.58% 0.52% -
XYZ 10.59 12.18 23.62 -
YUV 91.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 55 103 132 0.58 0.22 0 0.48 202.6 0.41 0.37
Hex 37 67 84 3A 16 0 30 CB 29 25
Octal 67 147 204 72 26 0 60 313 51 45
Binary 110111 1100111 10000100 111010 10110 0 110000 11001011 101001 100101

Color Harmonies of #376784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376784

Black with #376784

Text Example


Text Example

White with #376784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376784; }

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

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

background-color css

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

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

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

border-color css

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

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

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