Html Css Color HEX #3773AD Lochmara

📋 copy color: '#3773AD'

red 55 ◦ green 115 ◦ blue 173

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

Shades of Lochmara #3773AD

Tints of Lochmara #3773AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 16.03%
G = 33.53%
B = 50.44%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3773AD (or 0x3773AD) is known color: Lochmara. HEX triplet: 37, 73 and AD. RGB value is (55,115,173). Sum of RGB (Red+Green+Blue) = 55+115+173=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #3773AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3773AD is #C88C52. Grayscale: #676767. Windows color (decimal): -13143123 or 11367223. OLE color: 11367223.

HSL color Cylindrical-coordinate representation of color #3773AD: hue angle of 209.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3773AD is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 115 173 -
CMYK 0.68 0.34 0 0.32
HSL 209.49º 0.52% 0.45% -
HSV(B) 209.49º 0.68% 0.68% -
XYZ 15.25 16.09 41.84 -
YUV 103.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 55 115 173 0.68 0.34 0 0.32 209.49 0.52 0.45
Hex 37 73 AD 44 22 0 20 D1 34 2D
Octal 67 163 255 104 42 0 40 321 64 55
Binary 110111 1110011 10101101 1000100 100010 0 100000 11010001 110100 101101

Color Harmonies of #3773AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3773AD

Black with #3773AD

Text Example


Text Example

White with #3773AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3773AD; }

 p { color: rgb(55,115,173); }

 H1.HeaderClassName
 {
   color: #3773AD;
 }
 .AnyTagClassName
 {
   color: #3773AD;
 }
</style>

background-color css

<style>
 a { background-color: #3773AD; }

 a { background-color: rgb(55,115,173); }

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

border-color css

<style>
 span { border-color: #3773AD; }

 span { border-color: rgb(55,115,173); }

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