#386AAA

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

Shades of Lochmara #386AAA

Tints of Lochmara #386AAA

Color information

#386AAA (or 0x386AAA) is unknown color: approx Lochmara. HEX triplet: 38, 6A and AA. RGB value is (56,106,170). Sum of RGB (Red+Green+Blue) = 56+106+170=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #386AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AAA is #C79555. Grayscale: #626262. Windows color (decimal): -13079894 or 11168312. OLE color: 11168312.

HSL color Cylindrical-coordinate representation of color #386AAA: hue angle of 213.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386AAA is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56106170-
CMYK0.670.3800.33
HSL213.68º50.44%44.31%-
HSV(B)213.68º67.06%66.67%-
XYZ14.0414.0540-
YUV98.35168.4497.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=16.87%
G=31.93%
B=51.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561061700.670.3800.33213.6850.4444.31
Hex386AAA4326021d6322c
Octal70152252103460413266254
Binary1110001101010101010101000011100110010000111010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386AAA; }

 p { color: rgb(56,106,170); }

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

<style>
 a { background-color: #386AAA; }

 a { background-color: rgb(56,106,170); }

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

<style>
 span { border-color: #386AAA; }

 span { border-color: rgb(56,106,170); }

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