Html Css Color HEX #376DA2 Lochmara

📋 copy color: '#376DA2'

red 55 ◦ green 109 ◦ blue 162

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

Shades of Lochmara #376DA2

Tints of Lochmara #376DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.69%

R = 16.87%
G = 33.44%
B = 49.69%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#376DA2 (or 0x376DA2) is known color: Lochmara. HEX triplet: 37, 6D and A2. RGB value is (55,109,162). Sum of RGB (Red+Green+Blue) = 55+109+162=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #376DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DA2 is #C8925D. Grayscale: #626262. Windows color (decimal): -13144670 or 10644791. OLE color: 10644791.

HSL color Cylindrical-coordinate representation of color #376DA2: hue angle of 209.72º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #376DA2 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 109 162 -
CMYK 0.66 0.33 0 0.36
HSL 209.72º 0.49% 0.43% -
HSV(B) 209.72º 0.66% 0.64% -
XYZ 13.57 14.36 36.24 -
YUV 98.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 55 109 162 0.66 0.33 0 0.36 209.72 0.49 0.43
Hex 37 6D A2 42 21 0 24 D2 31 2B
Octal 67 155 242 102 41 0 44 322 61 53
Binary 110111 1101101 10100010 1000010 100001 0 100100 11010010 110001 101011

Color Harmonies of #376DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DA2

Black with #376DA2

Text Example


Text Example

White with #376DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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