Html Css Color HEX #3772AB Lochmara

📋 copy color: '#3772AB'

red 55 ◦ green 114 ◦ blue 171

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

Shades of Lochmara #3772AB

Tints of Lochmara #3772AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 16.18%
G = 33.53%
B = 50.29%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3772AB (or 0x3772AB) is known color: Lochmara. HEX triplet: 37, 72 and AB. RGB value is (55,114,171). Sum of RGB (Red+Green+Blue) = 55+114+171=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3772AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772AB is #C88D54. Grayscale: #666666. Windows color (decimal): -13143381 or 11235895. OLE color: 11235895.

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

Color convert

RGB 55 114 171 -
CMYK 0.68 0.33 0 0.33
HSL 209.48º 0.51% 0.44% -
HSV(B) 209.48º 0.68% 0.67% -
XYZ 14.94 15.79 40.79 -
YUV 102.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 55 114 171 0.68 0.33 0 0.33 209.48 0.51 0.44
Hex 37 72 AB 44 21 0 21 D1 33 2C
Octal 67 162 253 104 41 0 41 321 63 54
Binary 110111 1110010 10101011 1000100 100001 0 100001 11010001 110011 101100

Color Harmonies of #3772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3772AB

Black with #3772AB

Text Example


Text Example

White with #3772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3772AB; }

 p { color: rgb(55,114,171); }

 H1.HeaderClassName
 {
   color: #3772AB;
 }
 .AnyTagClassName
 {
   color: #3772AB;
 }
</style>

background-color css

<style>
 a { background-color: #3772AB; }

 a { background-color: rgb(55,114,171); }

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

border-color css

<style>
 span { border-color: #3772AB; }

 span { border-color: rgb(55,114,171); }

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