Html Css Color HEX #376FAD Lochmara

📋 copy color: '#376FAD'

red 55 ◦ green 111 ◦ blue 173

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

Shades of Lochmara #376FAD

Tints of Lochmara #376FAD

RGB

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

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

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

R = 16.22%
G = 32.74%
B = 51.03%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#376FAD (or 0x376FAD) is known color: Lochmara. HEX triplet: 37, 6F and AD. RGB value is (55,111,173). Sum of RGB (Red+Green+Blue) = 55+111+173=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #376FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAD is #C89052. Grayscale: #656565. Windows color (decimal): -13144147 or 11366199. OLE color: 11366199.

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

Color convert

RGB 55 111 173 -
CMYK 0.68 0.36 0 0.32
HSL 211.53º 0.52% 0.45% -
HSV(B) 211.53º 0.68% 0.68% -
XYZ 14.8 15.2 41.69 -
YUV 101.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 55 111 173 0.68 0.36 0 0.32 211.53 0.52 0.45
Hex 37 6F AD 44 24 0 20 D4 34 2D
Octal 67 157 255 104 44 0 40 324 64 55
Binary 110111 1101111 10101101 1000100 100100 0 100000 11010100 110100 101101

Color Harmonies of #376FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FAD

Black with #376FAD

Text Example


Text Example

White with #376FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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