Html Css Color HEX #3777A9 Lochmara

📋 copy color: '#3777A9'

red 55 ◦ green 119 ◦ blue 169

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

Shades of Lochmara #3777A9

Tints of Lochmara #3777A9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 169 (66.41% from 255) = 49.27%

R = 16.03%
G = 34.69%
B = 49.27%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3777A9 (or 0x3777A9) is known color: Lochmara. HEX triplet: 37, 77 and A9. RGB value is (55,119,169). Sum of RGB (Red+Green+Blue) = 55+119+169=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #3777A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3777A9 is #C88856. Grayscale: #696969. Windows color (decimal): -13142103 or 11106103. OLE color: 11106103.

HSL color Cylindrical-coordinate representation of color #3777A9: hue angle of 206.32º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3777A9 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 119 169 -
CMYK 0.67 0.30 0 0.34
HSL 206.32º 0.51% 0.44% -
HSV(B) 206.32º 0.67% 0.66% -
XYZ 15.33 16.87 39.98 -
YUV 105.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 55 119 169 0.67 0.30 0 0.34 206.32 0.51 0.44
Hex 37 77 A9 43 1E 0 22 CE 33 2C
Octal 67 167 251 103 36 0 42 316 63 54
Binary 110111 1110111 10101001 1000011 11110 0 100010 11001110 110011 101100

Color Harmonies of #3777A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3777A9

Black with #3777A9

Text Example


Text Example

White with #3777A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3777A9; }

 p { color: rgb(55,119,169); }

 H1.HeaderClassName
 {
   color: #3777A9;
 }
 .AnyTagClassName
 {
   color: #3777A9;
 }
</style>

background-color css

<style>
 a { background-color: #3777A9; }

 a { background-color: rgb(55,119,169); }

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

border-color css

<style>
 span { border-color: #3777A9; }

 span { border-color: rgb(55,119,169); }

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