Html Css Color HEX #376AA0 Lochmara

📋 copy color: '#376AA0'

red 55 ◦ green 106 ◦ blue 160

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

Shades of Lochmara #376AA0

Tints of Lochmara #376AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.84%

R = 17.13%
G = 33.02%
B = 49.84%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#376AA0 (or 0x376AA0) is known color: Lochmara. HEX triplet: 37, 6A and A0. RGB value is (55,106,160). Sum of RGB (Red+Green+Blue) = 55+106+160=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #376AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AA0 is #C8955F. Grayscale: #606060. Windows color (decimal): -13145440 or 10512951. OLE color: 10512951.

HSL color Cylindrical-coordinate representation of color #376AA0: hue angle of 210.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #376AA0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 106 160 -
CMYK 0.66 0.34 0 0.37
HSL 210.86º 0.49% 0.42% -
HSV(B) 210.86º 0.66% 0.63% -
XYZ 13.07 13.66 35.2 -
YUV 96.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 55 106 160 0.66 0.34 0 0.37 210.86 0.49 0.42
Hex 37 6A A0 42 22 0 25 D3 31 2A
Octal 67 152 240 102 42 0 45 323 61 52
Binary 110111 1101010 10100000 1000010 100010 0 100101 11010011 110001 101010

Color Harmonies of #376AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AA0

Black with #376AA0

Text Example


Text Example

White with #376AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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