#3668A9

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

Shades of Lochmara #3668A9

Tints of Lochmara #3668A9

Color information

#3668A9 (or 0x3668A9) is unknown color: approx Lochmara. HEX triplet: 36, 68 and A9. RGB value is (54,104,169). Sum of RGB (Red+Green+Blue) = 54+104+169=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #3668A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3668A9 is #C99756. Grayscale: #606060. Windows color (decimal): -13211479 or 11102262. OLE color: 11102262.

HSL color Cylindrical-coordinate representation of color #3668A9: hue angle of 213.91º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3668A9 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB54104169-
CMYK0.680.3800.34
HSL213.91º51.57%43.73%-
HSV(B)213.91º68.05%66.27%-
XYZ13.6313.5539.43-
YUV96.46168.9497.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 169 (66.41% from 255) = 51.68%
R=16.51%
G=31.80%
B=51.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541041690.680.3800.34213.9151.5743.73
Hex3668A94426022d6342c
Octal66150251104460423266454
Binary1101101101000101010011000100100110010001011010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3668A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,104,169); }

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

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

 a { background-color: rgb(54,104,169); }

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

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

 span { border-color: rgb(54,104,169); }

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