Html Css Color HEX #376CAC Lochmara

📋 copy color: '#376CAC'

red 55 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #376CAC

Tints of Lochmara #376CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 16.42%
G = 32.24%
B = 51.34%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376CAC (or 0x376CAC) is known color: Lochmara. HEX triplet: 37, 6C and AC. RGB value is (55,108,172). Sum of RGB (Red+Green+Blue) = 55+108+172=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #376CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376CAC is #C89353. Grayscale: #636363. Windows color (decimal): -13144916 or 11299895. OLE color: 11299895.

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

Color convert

RGB 55 108 172 -
CMYK 0.68 0.37 0 0.33
HSL 212.82º 0.52% 0.45% -
HSV(B) 212.82º 0.68% 0.67% -
XYZ 14.38 14.52 41.07 -
YUV 99.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 55 108 172 0.68 0.37 0 0.33 212.82 0.52 0.45
Hex 37 6C AC 44 25 0 21 D5 34 2D
Octal 67 154 254 104 45 0 41 325 64 55
Binary 110111 1101100 10101100 1000100 100101 0 100001 11010101 110100 101101

Color Harmonies of #376CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CAC

Black with #376CAC

Text Example


Text Example

White with #376CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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