Html Css Color HEX #376BAB Lochmara

📋 copy color: '#376BAB'

red 55 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #376BAB

Tints of Lochmara #376BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 16.52%
G = 32.13%
B = 51.35%

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

#376BAB (or 0x376BAB) is known color: Lochmara. HEX triplet: 37, 6B and AB. RGB value is (55,107,171). Sum of RGB (Red+Green+Blue) = 55+107+171=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #376BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BAB is #C89454. Grayscale: #626262. Windows color (decimal): -13145173 or 11234103. OLE color: 11234103.

HSL color Cylindrical-coordinate representation of color #376BAB: hue angle of 213.1º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376BAB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 107 171 -
CMYK 0.68 0.37 0 0.33
HSL 213.1º 0.51% 0.44% -
HSV(B) 213.1º 0.68% 0.67% -
XYZ 14.18 14.27 40.53 -
YUV 98.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 55 107 171 0.68 0.37 0 0.33 213.1 0.51 0.44
Hex 37 6B AB 44 25 0 21 D5 33 2C
Octal 67 153 253 104 45 0 41 325 63 54
Binary 110111 1101011 10101011 1000100 100101 0 100001 11010101 110011 101100

Color Harmonies of #376BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BAB

Black with #376BAB

Text Example


Text Example

White with #376BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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