#3775AA

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

Shades of Lochmara #3775AA

Tints of Lochmara #3775AA

Color information

#3775AA (or 0x3775AA) is unknown color: approx Lochmara. HEX triplet: 37, 75 and AA. RGB value is (55,117,170). Sum of RGB (Red+Green+Blue) = 55+117+170=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #3775AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3775AA is #C88A55. Grayscale: #686868. Windows color (decimal): -13142614 or 11171127. OLE color: 11171127.

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

Color convert

RGB55117170-
CMYK0.680.3100.33
HSL207.65º51.11%44.12%-
HSV(B)207.65º67.65%66.67%-
XYZ15.1916.4440.4-
YUV104.5164.9692.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=16.08%
G=34.21%
B=49.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551171700.680.3100.33207.6551.1144.12
Hex3775AA441F021d0332c
Octal67165252104370413206354
Binary110111111010110101010100010011111010000111010000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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