#3769AE

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

Shades of Lochmara #3769AE

Tints of Lochmara #3769AE

Color information

#3769AE (or 0x3769AE) is unknown color: approx Lochmara. HEX triplet: 37, 69 and AE. RGB value is (55,105,174). Sum of RGB (Red+Green+Blue) = 55+105+174=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #3769AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3769AE is #C89651. Grayscale: #616161. Windows color (decimal): -13145682 or 11430199. OLE color: 11430199.

HSL color Cylindrical-coordinate representation of color #3769AE: hue angle of 214.79º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3769AE is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55105174-
CMYK0.680.4000.32
HSL214.79º51.97%44.9%-
HSV(B)214.79º68.39%68.24%-
XYZ14.2713.9741.99-
YUV97.92170.9497.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=16.47%
G=31.44%
B=52.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551051740.680.4000.32214.7951.9744.9
Hex3769AE4428020d7342d
Octal67151256104500403276455
Binary1101111101001101011101000100101000010000011010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3769AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3769AE; }

 p { color: rgb(55,105,174); }

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

<style>
 a { background-color: #3769AE; }

 a { background-color: rgb(55,105,174); }

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

<style>
 span { border-color: #3769AE; }

 span { border-color: rgb(55,105,174); }

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