Html Css Color HEX #376EAC Lochmara

📋 copy color: '#376EAC'

red 55 ◦ green 110 ◦ blue 172

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

Shades of Lochmara #376EAC

Tints of Lochmara #376EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

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

R = 16.32%
G = 32.64%
B = 51.04%

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

#376EAC (or 0x376EAC) is known color: Lochmara. HEX triplet: 37, 6E and AC. RGB value is (55,110,172). Sum of RGB (Red+Green+Blue) = 55+110+172=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #376EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EAC is #C89153. Grayscale: #646464. Windows color (decimal): -13144404 or 11300407. OLE color: 11300407.

HSL color Cylindrical-coordinate representation of color #376EAC: hue angle of 211.79º 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 #376EAC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 110 172 -
CMYK 0.68 0.36 0 0.33
HSL 211.79º 0.52% 0.45% -
HSV(B) 211.79º 0.68% 0.67% -
XYZ 14.6 14.94 41.14 -
YUV 100.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 55 110 172 0.68 0.36 0 0.33 211.79 0.52 0.45
Hex 37 6E AC 44 24 0 21 D4 34 2D
Octal 67 156 254 104 44 0 41 324 64 55
Binary 110111 1101110 10101100 1000100 100100 0 100001 11010100 110100 101101

Color Harmonies of #376EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EAC

Black with #376EAC

Text Example


Text Example

White with #376EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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