Html Css Color HEX #376DAE Lochmara

📋 copy color: '#376DAE'

red 55 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #376DAE

Tints of Lochmara #376DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 16.27%
G = 32.25%
B = 51.48%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#376DAE (or 0x376DAE) is known color: Lochmara. HEX triplet: 37, 6D and AE. RGB value is (55,109,174). Sum of RGB (Red+Green+Blue) = 55+109+174=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #376DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DAE is #C89251. Grayscale: #636363. Windows color (decimal): -13144658 or 11431223. OLE color: 11431223.

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

Color convert

RGB 55 109 174 -
CMYK 0.68 0.37 0 0.32
HSL 212.77º 0.52% 0.45% -
HSV(B) 212.77º 0.68% 0.68% -
XYZ 14.68 14.81 42.13 -
YUV 100.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 55 109 174 0.68 0.37 0 0.32 212.77 0.52 0.45
Hex 37 6D AE 44 25 0 20 D5 34 2D
Octal 67 155 256 104 45 0 40 325 64 55
Binary 110111 1101101 10101110 1000100 100101 0 100000 11010101 110100 101101

Color Harmonies of #376DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DAE

Black with #376DAE

Text Example


Text Example

White with #376DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,174); }

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

background-color css

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

 a { background-color: rgb(55,109,174); }

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

border-color css

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

 span { border-color: rgb(55,109,174); }

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