Html Css Color HEX #376AAB Lochmara

📋 copy color: '#376AAB'

red 55 ◦ green 106 ◦ blue 171

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

Shades of Lochmara #376AAB

Tints of Lochmara #376AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 16.57%
G = 31.93%
B = 51.51%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376AAB (or 0x376AAB) is known color: Lochmara. HEX triplet: 37, 6A and AB. RGB value is (55,106,171). Sum of RGB (Red+Green+Blue) = 55+106+171=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #376AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AAB is #C89554. Grayscale: #616161. Windows color (decimal): -13145429 or 11233847. OLE color: 11233847.

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

Color convert

RGB 55 106 171 -
CMYK 0.68 0.38 0 0.33
HSL 213.62º 0.51% 0.44% -
HSV(B) 213.62º 0.68% 0.67% -
XYZ 14.08 14.06 40.5 -
YUV 98.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 55 106 171 0.68 0.38 0 0.33 213.62 0.51 0.44
Hex 37 6A AB 44 26 0 21 D6 33 2C
Octal 67 152 253 104 46 0 41 326 63 54
Binary 110111 1101010 10101011 1000100 100110 0 100001 11010110 110011 101100

Color Harmonies of #376AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AAB

Black with #376AAB

Text Example


Text Example

White with #376AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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