Html Css Color HEX #376DAD Lochmara

📋 copy color: '#376DAD'

red 55 ◦ green 109 ◦ blue 173

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

Shades of Lochmara #376DAD

Tints of Lochmara #376DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 16.32%
G = 32.34%
B = 51.34%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#376DAD (or 0x376DAD) is known color: Lochmara. HEX triplet: 37, 6D and AD. RGB value is (55,109,173). Sum of RGB (Red+Green+Blue) = 55+109+173=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #376DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DAD is #C89252. Grayscale: #636363. Windows color (decimal): -13144659 or 11365687. OLE color: 11365687.

HSL color Cylindrical-coordinate representation of color #376DAD: hue angle of 212.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376DAD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 109 173 -
CMYK 0.68 0.37 0 0.32
HSL 212.54º 0.52% 0.45% -
HSV(B) 212.54º 0.68% 0.68% -
XYZ 14.59 14.77 41.62 -
YUV 100.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 55 109 173 0.68 0.37 0 0.32 212.54 0.52 0.45
Hex 37 6D AD 44 25 0 20 D5 34 2D
Octal 67 155 255 104 45 0 40 325 64 55
Binary 110111 1101101 10101101 1000100 100101 0 100000 11010101 110100 101101

Color Harmonies of #376DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DAD

Black with #376DAD

Text Example


Text Example

White with #376DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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