#3775A9

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

Shades of Lochmara #3775A9

Tints of Lochmara #3775A9

Color information

#3775A9 (or 0x3775A9) is unknown color: approx Lochmara. HEX triplet: 37, 75 and A9. RGB value is (55,117,169). Sum of RGB (Red+Green+Blue) = 55+117+169=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #3775A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3775A9 is #C88A56. Grayscale: #686868. Windows color (decimal): -13142615 or 11105591. OLE color: 11105591.

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

Color convert

RGB55117169-
CMYK0.670.3100.34
HSL207.37º50.89%43.92%-
HSV(B)207.37º67.46%66.27%-
XYZ15.116.439.91-
YUV104.39164.4692.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=16.13%
G=34.31%
B=49.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551171690.670.3100.34207.3750.8943.92
Hex3775A9431F022cf332c
Octal67165251103370423176354
Binary110111111010110101001100001111111010001011001111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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