Html Css Color HEX #376DAA Lochmara

📋 copy color: '#376DAA'

red 55 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #376DAA

Tints of Lochmara #376DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 16.47%
G = 32.63%
B = 50.9%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376DAA (or 0x376DAA) is known color: Lochmara. HEX triplet: 37, 6D and AA. RGB value is (55,109,170). Sum of RGB (Red+Green+Blue) = 55+109+170=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #376DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DAA is #C89255. Grayscale: #636363. Windows color (decimal): -13144662 or 11169079. OLE color: 11169079.

HSL color Cylindrical-coordinate representation of color #376DAA: hue angle of 211.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376DAA is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 109 170 -
CMYK 0.68 0.36 0 0.33
HSL 211.83º 0.51% 0.44% -
HSV(B) 211.83º 0.68% 0.67% -
XYZ 14.3 14.65 40.1 -
YUV 99.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 55 109 170 0.68 0.36 0 0.33 211.83 0.51 0.44
Hex 37 6D AA 44 24 0 21 D4 33 2C
Octal 67 155 252 104 44 0 41 324 63 54
Binary 110111 1101101 10101010 1000100 100100 0 100001 11010100 110011 101100

Color Harmonies of #376DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DAA

Black with #376DAA

Text Example


Text Example

White with #376DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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