Html Css Color HEX #376A9D Lochmara

📋 copy color: '#376A9D'

red 55 ◦ green 106 ◦ blue 157

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

Shades of Lochmara #376A9D

Tints of Lochmara #376A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 17.3%
G = 33.33%
B = 49.37%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#376A9D (or 0x376A9D) is known color: Lochmara. HEX triplet: 37, 6A and 9D. RGB value is (55,106,157). Sum of RGB (Red+Green+Blue) = 55+106+157=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #376A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A9D is #C89562. Grayscale: #606060. Windows color (decimal): -13145443 or 10316343. OLE color: 10316343.

HSL color Cylindrical-coordinate representation of color #376A9D: hue angle of 210º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376A9D is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 106 157 -
CMYK 0.65 0.32 0 0.38
HSL 210º 0.48% 0.42% -
HSV(B) 210º 0.65% 0.62% -
XYZ 12.82 13.55 33.84 -
YUV 96.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 55 106 157 0.65 0.32 0 0.38 210 0.48 0.42
Hex 37 6A 9D 41 20 0 26 D2 30 2A
Octal 67 152 235 101 40 0 46 322 60 52
Binary 110111 1101010 10011101 1000001 100000 0 100110 11010010 110000 101010

Color Harmonies of #376A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A9D

Black with #376A9D

Text Example


Text Example

White with #376A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,157); }

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

background-color css

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

 a { background-color: rgb(55,106,157); }

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

border-color css

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

 span { border-color: rgb(55,106,157); }

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