Html Css Color HEX #376CAA Lochmara

📋 copy color: '#376CAA'

red 55 ◦ green 108 ◦ blue 170

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

Shades of Lochmara #376CAA

Tints of Lochmara #376CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 16.52%
G = 32.43%
B = 51.05%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376CAA (or 0x376CAA) is known color: Lochmara. HEX triplet: 37, 6C and AA. RGB value is (55,108,170). Sum of RGB (Red+Green+Blue) = 55+108+170=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #376CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376CAA is #C89355. Grayscale: #626262. Windows color (decimal): -13144918 or 11168823. OLE color: 11168823.

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

Color convert

RGB 55 108 170 -
CMYK 0.68 0.36 0 0.33
HSL 212.35º 0.51% 0.44% -
HSV(B) 212.35º 0.68% 0.67% -
XYZ 14.19 14.44 40.07 -
YUV 99.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 55 108 170 0.68 0.36 0 0.33 212.35 0.51 0.44
Hex 37 6C AA 44 24 0 21 D4 33 2C
Octal 67 154 252 104 44 0 41 324 63 54
Binary 110111 1101100 10101010 1000100 100100 0 100001 11010100 110011 101100

Color Harmonies of #376CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376CAA

Black with #376CAA

Text Example


Text Example

White with #376CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,170); }

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

background-color css

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

 a { background-color: rgb(55,108,170); }

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

border-color css

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

 span { border-color: rgb(55,108,170); }

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