Html Css Color HEX #376987 Astral

📋 copy color: '#376987'

red 55 ◦ green 105 ◦ blue 135

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

Shades of Astral #376987

Tints of Astral #376987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

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

R = 18.64%
G = 35.59%
B = 45.76%

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

#376987 (or 0x376987) is known color: Astral. HEX triplet: 37, 69 and 87. RGB value is (55,105,135). Sum of RGB (Red+Green+Blue) = 55+105+135=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #376987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376987 is #C89678. Grayscale: #5D5D5D. Windows color (decimal): -13145721 or 8874295. OLE color: 8874295.

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

Color convert

RGB 55 105 135 -
CMYK 0.59 0.22 0 0.47
HSL 202.5º 0.42% 0.37% -
HSV(B) 202.5º 0.59% 0.53% -
XYZ 11 12.66 24.79 -
YUV 93.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 55 105 135 0.59 0.22 0 0.47 202.5 0.42 0.37
Hex 37 69 87 3B 16 0 2F CA 2A 25
Octal 67 151 207 73 26 0 57 312 52 45
Binary 110111 1101001 10000111 111011 10110 0 101111 11001010 101010 100101

Color Harmonies of #376987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376987

Black with #376987

Text Example


Text Example

White with #376987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376987; }

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

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

background-color css

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

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

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

border-color css

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

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

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