#3775AB

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

Shades of Lochmara #3775AB

Tints of Lochmara #3775AB

Color information

#3775AB (or 0x3775AB) is unknown color: approx Lochmara. HEX triplet: 37, 75 and AB. RGB value is (55,117,171). Sum of RGB (Red+Green+Blue) = 55+117+171=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3775AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3775AB is #C88A54. Grayscale: #686868. Windows color (decimal): -13142613 or 11236663. OLE color: 11236663.

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

Color convert

RGB55117171-
CMYK0.680.3200.33
HSL207.93º51.33%44.31%-
HSV(B)207.93º67.84%67.06%-
XYZ15.2916.4840.9-
YUV104.62165.4692.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=16.03%
G=34.11%
B=49.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551171710.680.3200.33207.9351.3344.31
Hex3775AB4420021d0332c
Octal67165253104400413206354
Binary1101111110101101010111000100100000010000111010000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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