Html Css Color HEX #376F7F Astral

📋 copy color: '#376F7F'

red 55 ◦ green 111 ◦ blue 127

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

Shades of Astral #376F7F

Tints of Astral #376F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 18.77%
G = 37.88%
B = 43.34%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#376F7F (or 0x376F7F) is known color: Astral. HEX triplet: 37, 6F and 7F. RGB value is (55,111,127). Sum of RGB (Red+Green+Blue) = 55+111+127=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #376F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F7F is #C89080. Grayscale: #5F5F5F. Windows color (decimal): -13144193 or 8351543. OLE color: 8351543.

HSL color Cylindrical-coordinate representation of color #376F7F: hue angle of 193.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376F7F is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 111 127 -
CMYK 0.57 0.13 0 0.50
HSL 193.33º 0.4% 0.36% -
HSV(B) 193.33º 0.57% 0.5% -
XYZ 11.09 13.71 22.14 -
YUV 96.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 55 111 127 0.57 0.13 0 0.50 193.33 0.4 0.36
Hex 37 6F 7F 39 D 0 32 C1 28 24
Octal 67 157 177 71 15 0 62 301 50 44
Binary 110111 1101111 1111111 111001 1101 0 110010 11000001 101000 100100

Color Harmonies of #376F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F7F

Black with #376F7F

Text Example


Text Example

White with #376F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F7F; }

 p { color: rgb(55,111,127); }

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

background-color css

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

 a { background-color: rgb(55,111,127); }

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

border-color css

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

 span { border-color: rgb(55,111,127); }

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