Html Css Color HEX #3779AA Lochmara

📋 copy color: '#3779AA'

red 55 ◦ green 121 ◦ blue 170

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

Shades of Lochmara #3779AA

Tints of Lochmara #3779AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 15.9%
G = 34.97%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3779AA (or 0x3779AA) is known color: Lochmara. HEX triplet: 37, 79 and AA. RGB value is (55,121,170). Sum of RGB (Red+Green+Blue) = 55+121+170=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #3779AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3779AA is #C88655. Grayscale: #6A6A6A. Windows color (decimal): -13141590 or 11172151. OLE color: 11172151.

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

Color convert

RGB 55 121 170 -
CMYK 0.68 0.29 0 0.33
HSL 205.57º 0.51% 0.44% -
HSV(B) 205.57º 0.68% 0.67% -
XYZ 15.67 17.39 40.56 -
YUV 106.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 55 121 170 0.68 0.29 0 0.33 205.57 0.51 0.44
Hex 37 79 AA 44 1D 0 21 CE 33 2C
Octal 67 171 252 104 35 0 41 316 63 54
Binary 110111 1111001 10101010 1000100 11101 0 100001 11001110 110011 101100

Color Harmonies of #3779AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3779AA

Black with #3779AA

Text Example


Text Example

White with #3779AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3779AA; }

 p { color: rgb(55,121,170); }

 H1.HeaderClassName
 {
   color: #3779AA;
 }
 .AnyTagClassName
 {
   color: #3779AA;
 }
</style>

background-color css

<style>
 a { background-color: #3779AA; }

 a { background-color: rgb(55,121,170); }

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

border-color css

<style>
 span { border-color: #3779AA; }

 span { border-color: rgb(55,121,170); }

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