Html Css Color HEX #376D8B Astral

📋 copy color: '#376D8B'

red 55 ◦ green 109 ◦ blue 139

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

Shades of Astral #376D8B

Tints of Astral #376D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 18.15%
G = 35.97%
B = 45.87%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#376D8B (or 0x376D8B) is known color: Astral. HEX triplet: 37, 6D and 8B. RGB value is (55,109,139). Sum of RGB (Red+Green+Blue) = 55+109+139=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #376D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D8B is #C89274. Grayscale: #606060. Windows color (decimal): -13144693 or 9137463. OLE color: 9137463.

HSL color Cylindrical-coordinate representation of color #376D8B: hue angle of 201.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376D8B is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 109 139 -
CMYK 0.60 0.22 0 0.45
HSL 201.43º 0.43% 0.38% -
HSV(B) 201.43º 0.6% 0.55% -
XYZ 11.7 13.61 26.44 -
YUV 96.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 55 109 139 0.60 0.22 0 0.45 201.43 0.43 0.38
Hex 37 6D 8B 3C 16 0 2D C9 2B 26
Octal 67 155 213 74 26 0 55 311 53 46
Binary 110111 1101101 10001011 111100 10110 0 101101 11001001 101011 100110

Color Harmonies of #376D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D8B

Black with #376D8B

Text Example


Text Example

White with #376D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,139); }

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

background-color css

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

 a { background-color: rgb(55,109,139); }

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

border-color css

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

 span { border-color: rgb(55,109,139); }

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