#3778AB

Color #3778AB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3778AB

Tints of Lochmara #3778AB

Color information

#3778AB (or 0x3778AB) is unknown color: approx Lochmara. HEX triplet: 37, 78 and AB. RGB value is (55,120,171). Sum of RGB (Red+Green+Blue) = 55+120+171=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #3778AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3778AB is #C88754. Grayscale: #6A6A6A. Windows color (decimal): -13141845 or 11237431. OLE color: 11237431.

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

Color convert

RGB55120171-
CMYK0.680.3000.33
HSL206.38º51.33%44.31%-
HSV(B)206.38º67.84%67.06%-
XYZ15.6417.1941.02-
YUV106.38164.4791.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=15.90%
G=34.68%
B=49.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551201710.680.3000.33206.3851.3344.31
Hex3778AB441E021ce332c
Octal67170253104360413166354
Binary110111111100010101011100010011110010000111001110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3778AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3778AB;
 }
 .AnyTagClassName
 {
   color: #3778AB;
 }
</style>
background-color css

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

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

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

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

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

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