Html Css Color HEX #376FAC Lochmara

📋 copy color: '#376FAC'

red 55 ◦ green 111 ◦ blue 172

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

Shades of Lochmara #376FAC

Tints of Lochmara #376FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 16.27%
G = 32.84%
B = 50.89%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376FAC (or 0x376FAC) is known color: Lochmara. HEX triplet: 37, 6F and AC. RGB value is (55,111,172). Sum of RGB (Red+Green+Blue) = 55+111+172=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #376FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAC is #C89053. Grayscale: #646464. Windows color (decimal): -13144148 or 11300663. OLE color: 11300663.

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

Color convert

RGB 55 111 172 -
CMYK 0.68 0.35 0 0.33
HSL 211.28º 0.52% 0.45% -
HSV(B) 211.28º 0.68% 0.67% -
XYZ 14.71 15.16 41.18 -
YUV 101.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 55 111 172 0.68 0.35 0 0.33 211.28 0.52 0.45
Hex 37 6F AC 44 23 0 21 D3 34 2D
Octal 67 157 254 104 43 0 41 323 64 55
Binary 110111 1101111 10101100 1000100 100011 0 100001 11010011 110100 101101

Color Harmonies of #376FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FAC

Black with #376FAC

Text Example


Text Example

White with #376FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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