#3772A9

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

Shades of Lochmara #3772A9

Tints of Lochmara #3772A9

Color information

#3772A9 (or 0x3772A9) is unknown color: approx Lochmara. HEX triplet: 37, 72 and A9. RGB value is (55,114,169). Sum of RGB (Red+Green+Blue) = 55+114+169=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #3772A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772A9 is #C88D56. Grayscale: #666666. Windows color (decimal): -13143383 or 11104823. OLE color: 11104823.

HSL color Cylindrical-coordinate representation of color #3772A9: hue angle of 208.95º 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 #3772A9 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB55114169-
CMYK0.670.3300.34
HSL208.95º50.89%43.92%-
HSV(B)208.95º67.46%66.27%-
XYZ14.7515.7139.79-
YUV102.63165.4594.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 169 (66.41% from 255) = 50%
R=16.27%
G=33.73%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551141690.670.3300.34208.9550.8943.92
Hex3772A94321022d1332c
Octal67162251103410423216354
Binary1101111110010101010011000011100001010001011010001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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