#3768AA

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

Shades of Lochmara #3768AA

Tints of Lochmara #3768AA

Color information

#3768AA (or 0x3768AA) is unknown color: approx Lochmara. HEX triplet: 37, 68 and AA. RGB value is (55,104,170). Sum of RGB (Red+Green+Blue) = 55+104+170=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #3768AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3768AA is #C89755. Grayscale: #606060. Windows color (decimal): -13145942 or 11167799. OLE color: 11167799.

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

Color convert

RGB55104170-
CMYK0.680.3900.33
HSL214.43º51.11%44.12%-
HSV(B)214.43º67.65%66.67%-
XYZ13.7813.6239.93-
YUV96.87169.2798.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=16.72%
G=31.61%
B=51.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551041700.680.3900.33214.4351.1144.12
Hex3768AA4427021d6332c
Octal67150252104470413266354
Binary1101111101000101010101000100100111010000111010110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3768AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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