Html Css Color HEX #376BAE Lochmara

📋 copy color: '#376BAE'

red 55 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #376BAE

Tints of Lochmara #376BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 16.37%
G = 31.85%
B = 51.79%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#376BAE (or 0x376BAE) is known color: Lochmara. HEX triplet: 37, 6B and AE. RGB value is (55,107,174). Sum of RGB (Red+Green+Blue) = 55+107+174=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #376BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BAE is #C89451. Grayscale: #626262. Windows color (decimal): -13145170 or 11430711. OLE color: 11430711.

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

Color convert

RGB 55 107 174 -
CMYK 0.68 0.39 0 0.32
HSL 213.78º 0.52% 0.45% -
HSV(B) 213.78º 0.68% 0.68% -
XYZ 14.47 14.38 42.06 -
YUV 99.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 55 107 174 0.68 0.39 0 0.32 213.78 0.52 0.45
Hex 37 6B AE 44 27 0 20 D6 34 2D
Octal 67 153 256 104 47 0 40 326 64 55
Binary 110111 1101011 10101110 1000100 100111 0 100000 11010110 110100 101101

Color Harmonies of #376BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BAE

Black with #376BAE

Text Example


Text Example

White with #376BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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