Html Css Color HEX #3771AE Lochmara

📋 copy color: '#3771AE'

red 55 ◦ green 113 ◦ blue 174

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

Shades of Lochmara #3771AE

Tints of Lochmara #3771AE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 16.08%
G = 33.04%
B = 50.88%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3771AE (or 0x3771AE) is known color: Lochmara. HEX triplet: 37, 71 and AE. RGB value is (55,113,174). Sum of RGB (Red+Green+Blue) = 55+113+174=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #3771AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3771AE is #C88E51. Grayscale: #666666. Windows color (decimal): -13143634 or 11432247. OLE color: 11432247.

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

Color convert

RGB 55 113 174 -
CMYK 0.68 0.35 0 0.32
HSL 210.76º 0.52% 0.45% -
HSV(B) 210.76º 0.68% 0.68% -
XYZ 15.12 15.68 42.27 -
YUV 102.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 55 113 174 0.68 0.35 0 0.32 210.76 0.52 0.45
Hex 37 71 AE 44 23 0 20 D3 34 2D
Octal 67 161 256 104 43 0 40 323 64 55
Binary 110111 1110001 10101110 1000100 100011 0 100000 11010011 110100 101101

Color Harmonies of #3771AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3771AE

Black with #3771AE

Text Example


Text Example

White with #3771AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3771AE; }

 p { color: rgb(55,113,174); }

 H1.HeaderClassName
 {
   color: #3771AE;
 }
 .AnyTagClassName
 {
   color: #3771AE;
 }
</style>

background-color css

<style>
 a { background-color: #3771AE; }

 a { background-color: rgb(55,113,174); }

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

border-color css

<style>
 span { border-color: #3771AE; }

 span { border-color: rgb(55,113,174); }

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