#3778A2

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

Shades of Lochmara #3778A2

Tints of Lochmara #3778A2

Color information

#3778A2 (or 0x3778A2) is unknown color: approx Lochmara. HEX triplet: 37, 78 and A2. RGB value is (55,120,162). Sum of RGB (Red+Green+Blue) = 55+120+162=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #3778A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3778A2 is #C8875D. Grayscale: #696969. Windows color (decimal): -13141854 or 10647607. OLE color: 10647607.

HSL color Cylindrical-coordinate representation of color #3778A2: hue angle of 203.55º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3778A2 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55120162-
CMYK0.660.2600.36
HSL203.55º49.31%42.55%-
HSV(B)203.55º66.05%63.53%-
XYZ14.8116.8536.65-
YUV105.35159.9792.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=16.32%
G=35.61%
B=48.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551201620.660.2600.36203.5549.3142.55
Hex3778A2421A024cc312b
Octal67170242102320443146153
Binary110111111100010100010100001011010010010011001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3778A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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