Html Css Color HEX #376AAA Lochmara

📋 copy color: '#376AAA'

red 55 ◦ green 106 ◦ blue 170

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

Shades of Lochmara #376AAA

Tints of Lochmara #376AAA

RGB

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

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

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

R = 16.62%
G = 32.02%
B = 51.36%

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

#376AAA (or 0x376AAA) is known color: Lochmara. HEX triplet: 37, 6A and AA. RGB value is (55,106,170). Sum of RGB (Red+Green+Blue) = 55+106+170=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #376AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AAA is #C89555. Grayscale: #616161. Windows color (decimal): -13145430 or 11168311. OLE color: 11168311.

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

Color convert

RGB 55 106 170 -
CMYK 0.68 0.38 0 0.33
HSL 213.39º 0.51% 0.44% -
HSV(B) 213.39º 0.68% 0.67% -
XYZ 13.99 14.02 40 -
YUV 98.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 55 106 170 0.68 0.38 0 0.33 213.39 0.51 0.44
Hex 37 6A AA 44 26 0 21 D5 33 2C
Octal 67 152 252 104 46 0 41 325 63 54
Binary 110111 1101010 10101010 1000100 100110 0 100001 11010101 110011 101100

Color Harmonies of #376AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376AAA

Black with #376AAA

Text Example


Text Example

White with #376AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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