Html Css Color HEX #376684 Astral

📋 copy color: '#376684'

red 55 ◦ green 102 ◦ blue 132

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

Shades of Astral #376684

Tints of Astral #376684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

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

R = 19.03%
G = 35.29%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376684 (or 0x376684) is known color: Astral. HEX triplet: 37, 66 and 84. RGB value is (55,102,132). Sum of RGB (Red+Green+Blue) = 55+102+132=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #376684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376684 is #C8997B. Grayscale: #5B5B5B. Windows color (decimal): -13146492 or 8676919. OLE color: 8676919.

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

Color convert

RGB 55 102 132 -
CMYK 0.58 0.23 0 0.48
HSL 203.38º 0.41% 0.37% -
HSV(B) 203.38º 0.58% 0.52% -
XYZ 10.49 11.98 23.59 -
YUV 91.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 55 102 132 0.58 0.23 0 0.48 203.38 0.41 0.37
Hex 37 66 84 3A 17 0 30 CB 29 25
Octal 67 146 204 72 27 0 60 313 51 45
Binary 110111 1100110 10000100 111010 10111 0 110000 11001011 101001 100101

Color Harmonies of #376684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376684

Black with #376684

Text Example


Text Example

White with #376684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376684; }

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

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

background-color css

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

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

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

border-color css

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

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

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