Html Css Color HEX #3772AC Lochmara

📋 copy color: '#3772AC'

red 55 ◦ green 114 ◦ blue 172

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

Shades of Lochmara #3772AC

Tints of Lochmara #3772AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 16.13%
G = 33.43%
B = 50.44%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3772AC (or 0x3772AC) is known color: Lochmara. HEX triplet: 37, 72 and AC. RGB value is (55,114,172). Sum of RGB (Red+Green+Blue) = 55+114+172=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #3772AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772AC is #C88D53. Grayscale: #666666. Windows color (decimal): -13143380 or 11301431. OLE color: 11301431.

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

Color convert

RGB 55 114 172 -
CMYK 0.68 0.34 0 0.33
HSL 209.74º 0.52% 0.45% -
HSV(B) 209.74º 0.68% 0.67% -
XYZ 15.04 15.83 41.29 -
YUV 102.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 55 114 172 0.68 0.34 0 0.33 209.74 0.52 0.45
Hex 37 72 AC 44 22 0 21 D2 34 2D
Octal 67 162 254 104 42 0 41 322 64 55
Binary 110111 1110010 10101100 1000100 100010 0 100001 11010010 110100 101101

Color Harmonies of #3772AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3772AC

Black with #3772AC

Text Example


Text Example

White with #3772AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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