Html Css Color HEX #3776AC Lochmara

📋 copy color: '#3776AC'

red 55 ◦ green 118 ◦ blue 172

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

Shades of Lochmara #3776AC

Tints of Lochmara #3776AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 15.94%
G = 34.2%
B = 49.86%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3776AC (or 0x3776AC) is known color: Lochmara. HEX triplet: 37, 76 and AC. RGB value is (55,118,172). Sum of RGB (Red+Green+Blue) = 55+118+172=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #3776AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3776AC is #C88953. Grayscale: #696969. Windows color (decimal): -13142356 or 11302455. OLE color: 11302455.

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

Color convert

RGB 55 118 172 -
CMYK 0.68 0.31 0 0.33
HSL 207.69º 0.52% 0.45% -
HSV(B) 207.69º 0.68% 0.67% -
XYZ 15.5 16.75 41.45 -
YUV 105.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 55 118 172 0.68 0.31 0 0.33 207.69 0.52 0.45
Hex 37 76 AC 44 1F 0 21 D0 34 2D
Octal 67 166 254 104 37 0 41 320 64 55
Binary 110111 1110110 10101100 1000100 11111 0 100001 11010000 110100 101101

Color Harmonies of #3776AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3776AC

Black with #3776AC

Text Example


Text Example

White with #3776AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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