Html Css Color HEX #376BAC Lochmara

📋 copy color: '#376BAC'

red 55 ◦ green 107 ◦ blue 172

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

Shades of Lochmara #376BAC

Tints of Lochmara #376BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 16.47%
G = 32.04%
B = 51.5%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376BAC (or 0x376BAC) is known color: Lochmara. HEX triplet: 37, 6B and AC. RGB value is (55,107,172). Sum of RGB (Red+Green+Blue) = 55+107+172=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #376BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BAC is #C89453. Grayscale: #626262. Windows color (decimal): -13145172 or 11299639. OLE color: 11299639.

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

Color convert

RGB 55 107 172 -
CMYK 0.68 0.38 0 0.33
HSL 213.33º 0.52% 0.45% -
HSV(B) 213.33º 0.68% 0.67% -
XYZ 14.28 14.31 41.04 -
YUV 98.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 55 107 172 0.68 0.38 0 0.33 213.33 0.52 0.45
Hex 37 6B AC 44 26 0 21 D5 34 2D
Octal 67 153 254 104 46 0 41 325 64 55
Binary 110111 1101011 10101100 1000100 100110 0 100001 11010101 110100 101101

Color Harmonies of #376BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BAC

Black with #376BAC

Text Example


Text Example

White with #376BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,172); }

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

background-color css

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

 a { background-color: rgb(55,107,172); }

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

border-color css

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

 span { border-color: rgb(55,107,172); }

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