#386AA2

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

Shades of Lochmara #386AA2

Tints of Lochmara #386AA2

Color information

#386AA2 (or 0x386AA2) is unknown color: approx Lochmara. HEX triplet: 38, 6A and A2. RGB value is (56,106,162). Sum of RGB (Red+Green+Blue) = 56+106+162=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #386AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AA2 is #C7955D. Grayscale: #616161. Windows color (decimal): -13079902 or 10644024. OLE color: 10644024.

HSL color Cylindrical-coordinate representation of color #386AA2: hue angle of 211.7º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386AA2 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56106162-
CMYK0.650.3500.36
HSL211.7º48.62%42.75%-
HSV(B)211.7º65.43%63.53%-
XYZ13.3113.7636.14-
YUV97.43164.4498.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 162 (63.67% from 255) = 50%
R=17.28%
G=32.72%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561061620.650.3500.36211.748.6242.75
Hex386AA24123024d4312b
Octal70152242101430443246153
Binary1110001101010101000101000001100011010010011010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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