Html Css Color HEX #376FAA Lochmara

📋 copy color: '#376FAA'

red 55 ◦ green 111 ◦ blue 170

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

Shades of Lochmara #376FAA

Tints of Lochmara #376FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 16.37%
G = 33.04%
B = 50.6%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#376FAA (or 0x376FAA) is known color: Lochmara. HEX triplet: 37, 6F and AA. RGB value is (55,111,170). Sum of RGB (Red+Green+Blue) = 55+111+170=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #376FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FAA is #C89055. Grayscale: #646464. Windows color (decimal): -13144150 or 11169591. OLE color: 11169591.

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

Color convert

RGB 55 111 170 -
CMYK 0.68 0.35 0 0.33
HSL 210.78º 0.51% 0.44% -
HSV(B) 210.78º 0.68% 0.67% -
XYZ 14.52 15.08 40.18 -
YUV 100.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 55 111 170 0.68 0.35 0 0.33 210.78 0.51 0.44
Hex 37 6F AA 44 23 0 21 D3 33 2C
Octal 67 157 252 104 43 0 41 323 63 54
Binary 110111 1101111 10101010 1000100 100011 0 100001 11010011 110011 101100

Color Harmonies of #376FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FAA

Black with #376FAA

Text Example


Text Example

White with #376FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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