Html Css Color HEX #376887 Astral

📋 copy color: '#376887'

red 55 ◦ green 104 ◦ blue 135

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

Shades of Astral #376887

Tints of Astral #376887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 18.71%
G = 35.37%
B = 45.92%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#376887 (or 0x376887) is known color: Astral. HEX triplet: 37, 68 and 87. RGB value is (55,104,135). Sum of RGB (Red+Green+Blue) = 55+104+135=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #376887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376887 is #C89778. Grayscale: #5C5C5C. Windows color (decimal): -13145977 or 8874039. OLE color: 8874039.

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

Color convert

RGB 55 104 135 -
CMYK 0.59 0.23 0 0.47
HSL 203.25º 0.42% 0.37% -
HSV(B) 203.25º 0.59% 0.53% -
XYZ 10.9 12.46 24.75 -
YUV 92.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 55 104 135 0.59 0.23 0 0.47 203.25 0.42 0.37
Hex 37 68 87 3B 17 0 2F CB 2A 25
Octal 67 150 207 73 27 0 57 313 52 45
Binary 110111 1101000 10000111 111011 10111 0 101111 11001011 101010 100101

Color Harmonies of #376887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376887

Black with #376887

Text Example


Text Example

White with #376887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376887; }

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

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

background-color css

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

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

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

border-color css

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

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

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